about summary refs log tree commit diff
path: root/envrc.example
diff options
context:
space:
mode:
Diffstat (limited to 'envrc.example')
-rw-r--r--envrc.example14
1 files changed, 0 insertions, 14 deletions
diff --git a/envrc.example b/envrc.example
deleted file mode 100644
index f255d269fe..0000000000
--- a/envrc.example
+++ /dev/null
@@ -1,14 +0,0 @@
-# This is an example configuration for running converse during
-# development using direnv:
-# https://github.com/direnv/direnv
-#
-# The OIDC actor is configured with bogus values as disabling logins
-# never causes it to run anyways.
-
-export DATABASE_URL=postgres://converse:converse@localhost/converse
-export RUST_LOG=info
-export OIDC_DISCOVERY_URL=https://does.not.matter.com/
-export OIDC_CLIENT_ID=some-client-id
-export OIDC_CLIENT_SECRET='some-client-secret'
-export BASE_URL=http://localhost:4567
-export REQUIRE_LOGIN=false