mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
make sure the .env.example is sufficient to run the code locally
This commit is contained in:
parent
c37ba0e1de
commit
cf572bcd5b
1 changed files with 10 additions and 1 deletions
11
.env.example
11
.env.example
|
@ -4,12 +4,16 @@ URL=http://localhost:7777
|
|||
# Enable sentry
|
||||
ENABLE_SENTRY=true
|
||||
|
||||
# DEBUG options
|
||||
RESET_DB=true
|
||||
COLOR_LOG=true
|
||||
|
||||
# Email related settings
|
||||
# Only print email content, not sending it
|
||||
NOT_SEND_EMAIL=true
|
||||
EMAIL_DOMAIN=sl.local
|
||||
SUPPORT_EMAIL=support@sl.local
|
||||
ADMIN_EMAIL=to_fill
|
||||
ADMIN_EMAIL=admin@sl.local
|
||||
# Max number emails user can generate for free plan
|
||||
MAX_NB_EMAIL_FREE_PLAN=3
|
||||
EMAIL_SERVERS_WITH_PRIORITY=[(10, "email.hostname.")]
|
||||
|
@ -31,6 +35,11 @@ AWS_SECRET_ACCESS_KEY=to_fill
|
|||
CLOUDWATCH_LOG_GROUP=local
|
||||
CLOUDWATCH_LOG_STREAM=local
|
||||
|
||||
# Paddle
|
||||
PADDLE_VENDOR_ID = 123
|
||||
PADDLE_MONTHLY_PRODUCT_ID = 123
|
||||
PADDLE_YEARLY_PRODUCT_ID = 123
|
||||
|
||||
# OpenId key
|
||||
OPENID_PRIVATE_KEY_PATH=local_data/jwtRS256.key
|
||||
OPENID_PUBLIC_KEY_PATH=local_data/jwtRS256.key.pub
|
||||
|
|
Loading…
Reference in a new issue