-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
55 lines (45 loc) · 1.42 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#############################
# GLOBAL #
#############################
ENV=development
API_PORT=8001
APP_URL=https://app.customenu.net/
API_URL=https://api.customenu.net/
ADMIN_URL=https://admin.customenu.net
#############################
# DATABASE #
#############################
DB_DIALECT=postgres
# use "localhost" if you don't run the backend inside docker and you only use the db within docker
# "customenu-database" or "host.docker.internal" for localhost machine
DB_HOST=customenu-database
DB_PORT=5432
DB_DATABASE=customenu_db
DB_USERNAME=customenu_user
DB_PASSWORD=pass
#############################
# SECURITY #
#############################
SECURITY_SALT=change_me
JWT_SECRET_KEY=change_me
SSH_KEY=change_me
#############################
# STORAGE #
#############################
USE_OBJECT_STORAGE=false
LOCAL_STORAGE_PATH="/root/files/"
#############################
# LINODE OBJECT BUCKET #
#############################
LINODE_OBJECT_STORAGE_ENDPOINT=eu-central-1.linodeobjects.com
LINODE_OBJECT_STORAGE_REGION=eu-central-1
LINODE_OBJECT_STORAGE_ACCESS_KEY_ID=CHANGE_ME
LINODE_OBJECT_STORAGE_SECRET_ACCESS_KEY=CHANGE_ME
LINODE_OBJECT_BUCKET=customenu
LINODE_CLI_TOKEN=change_me
#############################
# STRIPE #
#############################
PUBLIC_KEY=pk_test_XXXXXXXXX
SECRET_KEY=sk_test_XXXXXXXX
WEBHOOK_SECRET_KEY=whsec_XXXXX