summaryrefslogtreecommitdiff
path: root/dotenv-example
blob: 66ff84e8ff531e1de322d5d0f85af3ead027b9b0 (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=[::]:8081
RUST_BACKTRACE=1
AUTHENTICATOR=fake # or oauth
OPENID_ISSUER_URL=https://auth.orbekk.com/realms/test
OPENID_CLIENT_ID=test-client
OPENID_CLIENT_SECRET=EbIMIpGnYPrG1GBl6eZtVM5zIhiuu5p1
APP_URL=http://localhost:8080
# DATABASE_URL=postgres://bridge_nightly:bridge_nightly@dragon.nyc.orbekk.com/bridge_nightly
DATABASE_URL=postgres://bridge-latest:bridge-latest@localhost/bridge-latest