-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.env.example
More file actions
24 lines (24 loc) · 817 Bytes
/
local.env.example
File metadata and controls
24 lines (24 loc) · 817 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
export DBUSER= (Database User)
export DBPASS= (Database Password)
export DBHOST= (Database Host)
export DBPORT= (Database Port)
export DBNAME= (Database Name)
export JWTSECRET= (JWT Secret)
export RDSURL= (Redis URL)
export AWSKEY= (Aws Key ID)
export AWSSECRET= (Aws Secret Key)
export AWSREGION= (Aws S3 Region)
export EMAILFROM= (Email Sender)
export SMTPHOST= (SMTP Host)
export SMTPPORT= (SMTP Port)
export SMTPUSER= (SMTP User)
export SMTPPASS= (SMTP Password)
export PASSWDURL= (Password Reset URL)
export CLIENTID= (Client ID Google)
export CLIENTSECRET= (Client Secret Google)
export GOOGLEURL= (Google Callback URL)
export SCOPES= (Scopes Google)
export CLIENTIDFB= (Client ID Facebook)
export CLIENTSECRETFB= (Client Secret Facebook)
export FBURL= (Facebook Callback URL)
export SCOPESFB= (Scopes Facebook)