-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.env
More file actions
36 lines (30 loc) · 781 Bytes
/
app.env
File metadata and controls
36 lines (30 loc) · 781 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
# Frontend Server
FRONTEND_URL=http://localhost:3000
# DB Credentials
DB_HOST=db
DB_PORT=5432
DB_NAME=cdb
DB_USER=postgres
DB_PASSWORD=postgres
# Redis Credentials
REDIS_ADDR=caching:6379
REDIS_PASS=password
REDIS_DB=0
# Admin Credentials
ADMIN_USERNAME=admin
ADMIN_EMAIL=admin@email.com
ADMIN_PASSWORD=password
# JWT Secret (Change the default JWT_SECRET)
JWT_SECRET=2ofClubs
# Email body info
COMPANY_NAME=2ofClubs
COMPANY_LINK=https://2ofClubs.app
COMPANY_LOGO=https://raw.githubusercontent.com/2-of-clubs/2ofclubs-docs/master/static/img/logo.png
COMPANY_COPYRIGHT=Copyright @ 2020 2ofClubs.app. All rights reserved.
EMAIL_BODY_SIGNATURE=Finding the perfect club for you
EMAIL_FROM_HEADER=
# SMTP Host & Credentials
EMAIL_HOST=
EMAIL_PORT=
EMAIL_USERNAME=
EMAIL_PASSWORD=