forked from React-Automation-Studio/React-Automation-Studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env
57 lines (44 loc) · 1.54 KB
/
example.env
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
#.env file
SERVER_PORT=443
SECURE=true
HTTP_REDIRECT_TO_HTTPS=true
REACT_APP_EnableLogin=true
SECRET_PWD_KEY=ugZnU^E3Fr4gapj^?zH%V5&H}A]*{mC]#>/nY_?ceSt$?99PL[md+29]sdfsdfsdfsdfsdf
## Mongo Database settings ##
#############################
# Replica set setup
# Defaults to values shown below if not defined
REPLICA_SET_NAME=devrs
REPLICA_SET_MEMBERS=localhost:27017,localhost:27018,localhost:27019
## Alarm Handler settings ##
#############################
# Mongodb alarm database hostname and replica set name
# Defaults to values shown below if not defined
ALARM_DATABASE=localhost
ALARM_DATABASE_REPLICA_SET_NAME=devrs
# Mongodb alarm database name
# Defaults to demoAlarmDatabase if not defined
MONGO_INITDB_ALARM_DATABASE=demoAlarmDatabase
# Print debug information to terminal
# Defaults to false if not defined
AH_DEBUG=false
# Time zone setting for alarm handler server
# This is used when dates are formatted to strings for notification
# Set as per https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Defaults to Etc/UTC Canonical +00:00 if not defined
AH_TZ=Etc/UTC
# Alarm notification email settings
# SMTP_HOST=
# SMTP_PORT=
# SMTP_SENDER=
# Optional if SMTP login required
# SMTP_USER=
# SMTP_PASS=
# Alarm notification Signal settings
# Python signal-cli-rest-api port
# Defaults to 8000 if not defined
SIGNAL_CLI_REST_API_PORT=8000
# Mobile number used for Signal account
# Must be in E.164 format as per https://en.wikipedia.org/wiki/E.164
# Examples: ZA +27834445555 | US +14155552671 | GB +442071838750
# SIGNAL_ACC_NUMBER=