summaryrefslogtreecommitdiff
path: root/dotenv-example
blob: 7b146e717006f91b53f9d695afff72be0e7a8ba3 (plain)
1
2
3
4
5
6
7
8
9
10
RUST_LOG=info,tower_http=debug,server=info,sqlx=warn,webapp,bridge
BIND_ADDRESS=[::]:18081
RUST_BACKTRACE=1
AUTHENTICATOR=fake # or oauth
OPENID_ISSUER_URL=https://auth.orbekk.com/realms/test
OPENID_CLIENT_ID=test-client
OPENID_CLIENT_SECRET=if_using_oauth
APP_URL=http://localhost:8080
# DATABASE_URL=postgres://bridge_nightly:bridge_nightly@dragon.nyc.orbekk.com/bridge_nightly
DATABASE_URL=postgres:///bridge_latest