summaryrefslogtreecommitdiff
path: root/dotenv-example
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-11-25 09:02:51 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-11-25 09:02:51 -0500
commit057f0d0131ab158c7a32a925574cd6540c595e41 (patch)
tree41c7c9747dabba1fb44eac205853f908aec486fc /dotenv-example
parentddeace030e909ed8e22747f74d6c2e2018440911 (diff)
Move .env to example file
Diffstat (limited to 'dotenv-example')
-rw-r--r--dotenv-example9
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