Skip to content

Commit 6a043ee

Browse files
committed
Add environment variables to the .env file example
1 parent e5946f9 commit 6a043ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/local_with_uvicorn/.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,11 @@ ENVIRONMENT="local"
7272

7373
# ------------- first tier -------------
7474
TIER_NAME="free"
75+
76+
# ------------- auth settings -------------
77+
# ENABLE_PASSWORD_AUTH=true
78+
# GOOGLE_CLIENT_ID=
79+
# GOOGLE_CLIENT_SECRET=
80+
# MICROSOFT_CLIENT_ID=
81+
# MICROSOFT_CLIENT_SECRET=
82+
# MICROSOFT_TENANT=

0 commit comments

Comments
 (0)