From eb57c4cf847e0037e684d98a67353661a4e251dd Mon Sep 17 00:00:00 2001 From: continuist Date: Thu, 26 Jun 2025 21:55:22 -0400 Subject: [PATCH] Rename pylon database to sharenet --- backend/config/api-postgres.env | 2 +- backend/config/cli-postgres.env | 2 +- backend/config/tui-postgres.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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