From 9d191019757eae3bba45e8e1a021fefdc69a9fae Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 25 Nov 2022 12:35:35 -0500 Subject: Add fake authenticator --- dotenv-example | 1 + 1 file changed, 1 insertion(+) (limited to 'dotenv-example') diff --git a/dotenv-example b/dotenv-example index 15fc8a7..66ff84e 100644 --- a/dotenv-example +++ b/dotenv-example @@ -1,6 +1,7 @@ RUST_LOG=info,tower_http=debug,server=info,sqlx=warn,webapp,bridge BIND_ADDRESS=[::]:8081 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 -- cgit v1.2.3