Rename pylon database to sharenet
This commit is contained in:
parent
54efcefbd9
commit
eb57c4cf84
3 changed files with 3 additions and 3 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Reference in a new issue