mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
added traefik config provider endpoint
This commit is contained in:
parent
793292296a
commit
0317d66ca7
10 changed files with 134 additions and 472 deletions
|
@ -4,8 +4,8 @@ import path from "path";
|
|||
|
||||
export default defineConfig({
|
||||
dialect: "sqlite",
|
||||
schema: "server/db/schema.ts",
|
||||
out: "server/migrations",
|
||||
schema: path.join(__dirname, "server", "db", "schema.ts"),
|
||||
out: path.join(__dirname, "server", "migrations"),
|
||||
verbose: true,
|
||||
dbCredentials: {
|
||||
url: path.join(environment.CONFIG_PATH, "db", "db.sqlite"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue