-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
38 lines (32 loc) · 780 Bytes
/
.env.example
File metadata and controls
38 lines (32 loc) · 780 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
## APP configs
APP_PORT=3003
ENVIRONMENT=local
SECRET=53453u6346ljg63478lkj85675j67567k
STORAGE_DRIVER=disk
MAIL_PROVIDER=MailTrap
CONFIRM_USER_URL=http://localhost:3003/users/confirm-user?token=
RESET_PASSWORD_URL=http://localhost:3003/users/reset-password?token=
TOKEN_EXPIRES_IN=24
LOG_LEVEL=debug
## Postgres DB
POSTGRES_DB_NAME=default
POSTGRES_DB_HOST=database_api
POSTGRES_DB_PORT=5432
POSTGRES_DB_USERNAME=root
POSTGRES_DB_PASSWORD=passw
POSTGRES_DB_DATABASE=template
# AWS Credentials
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=sa-east-1
AWS_S3_BUCKET=avatar-template-api
## Redis
REDIS_CONNECT=redis://redis_template:6379
REDIS_HOST=redis_template
REDIS_PORT=6379
REDIS_PASSWORD=
## MailTrap
MAIL_TRAP_USER=
MAIL_TRAP_PASS=
## SendGrid
SENDGRID_API_KEY=