mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
fix: correct invalid placeholder values in backed .env.example
This commit is contained in:
parent
e32413588e
commit
6e0b8516dc
1 changed files with 4 additions and 2 deletions
|
|
@ -120,8 +120,10 @@ STRIPE_RECONCILIATION_BATCH_SIZE=100
|
|||
# BACKEND_URL=https://api.yourdomain.com
|
||||
|
||||
# Auth
|
||||
AUTH_TYPE=GOOGLE or LOCAL
|
||||
REGISTRATION_ENABLED=TRUE or FALSE
|
||||
# AUTH_TYPE: GOOGLE or LOCAL
|
||||
AUTH_TYPE=LOCAL
|
||||
# REGISTRATION_ENABLED: TRUE or FALSE
|
||||
REGISTRATION_ENABLED=TRUE
|
||||
# For Google Auth Only
|
||||
GOOGLE_OAUTH_CLIENT_ID=924507538m
|
||||
GOOGLE_OAUTH_CLIENT_SECRET=GOCSV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue