diff --git a/backend/config/api-postgres.env b/backend/config/api-postgres.env index c619cb3..7805c0a 100644 --- a/backend/config/api-postgres.env +++ b/backend/config/api-postgres.env @@ -2,7 +2,7 @@ SERVER_ADDR=127.0.0.1:3000 # Database Configuration -DATABASE_URL=postgres://postgres:password@localhost:5432/pylon +DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet # Optional: Logging Configuration RUST_LOG=info \ No newline at end of file diff --git a/backend/config/cli-postgres.env b/backend/config/cli-postgres.env index 3da9cf9..bc69fb3 100644 --- a/backend/config/cli-postgres.env +++ b/backend/config/cli-postgres.env @@ -1,5 +1,5 @@ # Database Configuration -DATABASE_URL=postgres://postgres:password@localhost:5432/pylon +DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet # Optional: Logging Configuration RUST_LOG=info \ No newline at end of file diff --git a/backend/config/tui-postgres.env b/backend/config/tui-postgres.env index 9fd8d98..39319a6 100644 --- a/backend/config/tui-postgres.env +++ b/backend/config/tui-postgres.env @@ -1,3 +1,3 @@ # Postgres TUI Configuration RUST_LOG=info -DATABASE_URL=postgres://postgres:password@localhost:5432/pylon \ No newline at end of file +DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet \ No newline at end of file