sharenet/backend/.env
2025-03-26 21:31:13 -04:00

7 lines
210 B
Bash

DATABASE_URL="postgres://postgres:password@localhost:5432/pylon"
# The lowest level of log event to be recorded.
RUST_LOG="debug"
# The port on which the server should listen for requests.
SERVER_PORT="8080"