-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.example
28 lines (27 loc) · 916 Bytes
/
.env.example
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
PORT = 3000
DB_CONNECTION = "" --> TODO: put your own connection string here
TEST_DB = ""-->TODO: put your own testing database connection string here
JWT_SECRET = ""-->TODO: put your own jsonwebtoken scret here
CLOUD_NAME =""
CLOUD_KEY = ""
CLOUD_SECRET = ""
SMTP_HOST = ""
SMTP_USER = ""
SMTP_PASS = ""
SMTP_PORT = ""
GOOGLE_CLIENT_ID = ""
GOOGLE_CLIENT_SECRET =""
GOOGLE_CALLBACK_URL "=""
REDIS_URL = "redis://localhost:6379
"
REMOTE_URL = ""
STRIPE_SECRET_KEY = ""
POSTGRES_PASSWORD = database password
POSTGRES_PORT = your database port
POSTGRES_USER = database user
POSTGRES_DB = name of your database
POSTGRES_HOST = your database host
DOCKER_DB_CONNECTION = postgres://postgres:postgres_password@database_host:postgres_port/postgres_db
TIME_FOR_PASSWORD_EXPIRATION = days --> password expiration time
REDIRECT_REMOTE_URL = "" --> reirection remote urls
REDIRECT_LOCAL_URL = "" --> redirection local url