7 lines
210 B
Bash
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"
|