diff options
-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 |