9 lines
No EOL
189 B
Bash
9 lines
No EOL
189 B
Bash
# Server Configuration
|
|
HOST=127.0.0.1
|
|
PORT=3001
|
|
|
|
# Database Configuration
|
|
DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet
|
|
|
|
# Optional: Logging Configuration
|
|
RUST_LOG=info |