-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (32 loc) · 739 Bytes
/
.env.example
File metadata and controls
44 lines (32 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
API_URL=http://0.0.0.0/
API_PORT=8080
# Allowed values are production, development
ENV=development
# Allowed values are verbose, none
UNKNOWN_ERROR_VERBOSE=verbose
DB_USERNAME=root
DB_PASSWORD=root
DB_NAME=
DB_HOST=
DB_PORT=3306
LOG_PATH="log/"
ACL_WHITELIST_RESOURCES="/access-token,/account,/verify-account,/password-restore"
ACL_WHITELIST_METHODS="options"
MAIL_SERVER=smtp.mailgun.org
MAIL_PORT=587
MAIL_USER=
MAIL_PASS=
MAIL_NOTIFIER=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=
AWS_URL=
AWS_PREFIX=assets/
# Allowed values are s3 (AWS S3), fs (File system)
STORAGE=s3
SENTRY_DSN=
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
CLIENT_APP_URL=http://localhost:3000/
DEFAULT_TIMEZONE="America/Santiago"