diff --git a/.env b/.env index 77d0f8a..b3d8959 100644 --- a/.env +++ b/.env @@ -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 diff --git a/.gitignore b/.gitignore index c8f8064..c441071 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .npmrc +.env .svelte-kit/ .idea/ node_modules/