diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-03 13:48:28 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-03 13:49:17 -0500 |
commit | 03ad7a9728c22a8016ade56f79049e32db5941ac (patch) | |
tree | 70e98e73c66ec82779916e24b5e473b0b709a61a | |
parent | ca21047cc80ad5ba0f791fce024adc089afe6bad (diff) |
Update example dotenv file
-rw-r--r-- | dotenv-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotenv-example b/dotenv-example index 66ff84e..641a21c 100644 --- a/dotenv-example +++ b/dotenv-example @@ -4,7 +4,7 @@ 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 +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:bridge-latest@localhost/bridge-latest
\ No newline at end of file +DATABASE_URL=postgres:///bridge_latest |