From 03ad7a9728c22a8016ade56f79049e32db5941ac Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 3 Dec 2022 13:48:28 -0500 Subject: Update example dotenv file --- dotenv-example | 4 ++-- 1 file 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 -- cgit v1.2.3