Rename pylon database to sharenet

This commit is contained in:
continuist 2025-06-26 21:55:22 -04:00
parent 54efcefbd9
commit eb57c4cf84
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
SERVER_ADDR=127.0.0.1:3000 SERVER_ADDR=127.0.0.1:3000
# Database Configuration # Database Configuration
DATABASE_URL=postgres://postgres:password@localhost:5432/pylon DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet
# Optional: Logging Configuration # Optional: Logging Configuration
RUST_LOG=info RUST_LOG=info

View file

@ -1,5 +1,5 @@
# Database Configuration # Database Configuration
DATABASE_URL=postgres://postgres:password@localhost:5432/pylon DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet
# Optional: Logging Configuration # Optional: Logging Configuration
RUST_LOG=info RUST_LOG=info

View file

@ -1,3 +1,3 @@
# Postgres TUI Configuration # Postgres TUI Configuration
RUST_LOG=info RUST_LOG=info
DATABASE_URL=postgres://postgres:password@localhost:5432/pylon DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet