This commit is contained in:
2023-09-14 00:29:13 +03:00
parent 10eb607154
commit bf84b62e70
2 changed files with 2 additions and 1 deletions

2
.env
View File

@@ -6,4 +6,4 @@ POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DATABASE_URL=postgresql://postgres:postgres@db/postgres
POSTGRES_DATABASE_URL=postgresql://postgres:postgres@library-db/postgres

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.npmrc
.env
.svelte-kit/
.idea/
node_modules/