-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
35 lines (28 loc) · 2.69 KB
/
.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
29
30
31
32
33
34
35
PORT=5500
# DB_PROD = postgres://oywwtkec:[email protected]/oywwtkec
# DB_TEST = postgres://postgres:12345@localhost/andela_db_test
DB_TEST = "postgres://postgres:12345@localhost/andela_db_production"
DB_DEV = "postgres://postgres:12345@localhost/andela_db_production"
# emmalnuel
# DB_DEV =postgres://oywwtkec:[email protected]/oywwtkec
## if you are running on localhost keep development mode to localhost for deployment change it to production
# DB_PROD = postgres://oywwtkec:[email protected]/oywwtkec
DEV_MODE = development
DB_HOST_TYPE = local
PRODUCT_EXPIRATION_CRON_TIMER = "*/3 * * * *"
JWT_SECRET = tchami12345
JWT_EXPIRE = 30d
SESSION_SECRET= hatalikweli
JWT_COOKIE_EXPIRE=30
CLOUDNAME = dxvaqb92w
APIKEY = 391162335997521
APISECRET = FfS6gAf-ED_gRQrkjXIYLRZxSaI
APIENV = CLOUDINARY_URL=cloudinary://391162335997521:FfS6gAf-ED_gRQrkjXIYLRZxSaI@dxvaqb92w
PASSWORD_RESET_EXPIRES = 36000000
TEST_PASSWORD = andela@123
TEST_PASSWORD_FAIL = And@12
BASE_URL = http://localhost:5500
GOOGLE_CLIENT_ID = 39684478449-u1i3njpvtehp6m4vbv20bea7im8jubt0.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET = 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
EMAIL_PASSWORD = "vtpz vbis ipjc vior"
EMAIL_USERNAME = "[email protected]"