diff options
Diffstat (limited to 'dotenv-example')
| -rw-r--r-- | dotenv-example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dotenv-example b/dotenv-example new file mode 100644 index 0000000..15fc8a7 --- /dev/null +++ b/dotenv-example @@ -0,0 +1,9 @@ +RUST_LOG=info,tower_http=debug,server=info,sqlx=warn,webapp,bridge +BIND_ADDRESS=[::]:8081 +RUST_BACKTRACE=1 +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
\ No newline at end of file |
