-
Notifications
You must be signed in to change notification settings - Fork 3
/
sentc.env.sample
64 lines (44 loc) · 1012 Bytes
/
sentc.env.sample
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
56
57
58
59
60
61
62
63
64
# Server settings
SERVER_PORT=3002
SERVER_HOST=0.0.0.0
# DB config
# DB info Mariadb
DB_HOST=sentclose_db_1
DB_NAME=sentc
DB_USER=root
DB_PASS=12345
DB_PORT=
# Db info sqlite
DB_PATH=db/sqlite/db.sqlite3
# path for test db for integration tests by running server
#DB_PATH=db/sqlite/db_test.sqlite3
# path for test db for unit tests
DB_PATH_TEST=../../db/sqlite/db_test.sqlite3
# Caching config
#CACHE=1
# Redis info
#REDIS_URL=
# Storage config
#BACKEND_STORAGE=0
LOCAL_STORAGE_PATH=storage
#SERVER_STORAGE_ENABLED=0
###########
# Dashboard frontend
#LOCAL_FRONTED_DIR=dist
###########
# Sentc configs
ROOT_KEY=Nfc8+1ANqSfHviWDwFWs6PdADxK0mU+XiJ8g9wbQRic=
#CUSTOMER_REGISTER=1
# token for test env
SENTC_APP_DEMO_ID=ecae27fb-d849-467d-9c58-49fca0d8430a
# Server address config
PUBLIC_URL=http://127.0.0.1:3002
INTERNAL_URL=http://127.0.0.1:3002
# Email config
EMAIL_SERVER=
EMAIL_PORT=465
EMAIL_USER=
EMAIL_PW=
EMAIL_ADDRESS=
# the receiver address for the real email test
EMAIL_ADDRESS_TEST=