mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
add .env.example
This commit is contained in:
parent
1274dd589a
commit
6aa177f1a8
1 changed files with 18 additions and 0 deletions
18
.env.example
Normal file
18
.env.example
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
ENV=local
|
||||||
|
|
||||||
|
AWS_ACCESS_KEY_ID=to_fill
|
||||||
|
AWS_SECRET_ACCESS_KEY=to_fill
|
||||||
|
|
||||||
|
# Stripe
|
||||||
|
STRIPE_YEARLY_PLAN=to_fill
|
||||||
|
STRIPE_MONTHLY_PLAN=to_fill
|
||||||
|
STRIPE_API=to_fill
|
||||||
|
STRIPE_SECRET_KEY=to_fill
|
||||||
|
|
||||||
|
MAX_NB_EMAIL_FREE_PLAN=3
|
||||||
|
|
||||||
|
# Absolute paths
|
||||||
|
OPENID_PRIVATE_KEY_PATH=to_fill
|
||||||
|
OPENID_PUBLIC_KEY_PATH=to_fill
|
||||||
|
|
||||||
|
WORDS_FILE_PATH=to_fill
|
Loading…
Reference in a new issue