backend-api/.env.example

5 lines
113 B
Text

DATABASE_URL=postgres://nexus:@localhost:5432/nexus_dev
JWT_SECRET=
JWT_EXPIRY_SECS=3600
PORT=8080
RUST_LOG=info