-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy path.env.example
46 lines (31 loc) · 1.28 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
#####################
## Application settings
# Address on which the application should be accessible.
SEGMENTS_ADDR=:8082
# Flag to indicate whether to enable debug logging or not.
SEGMENTS_DEBUG=true
# URL of edit page for segments in Beam admin
SEGMENTS_URL_EDIT=http://beam.remp.press/segments/{segment_id}/edit
#####################
## MySQL connection details
# Network to be used to connect to MySQL. See https://github.com/go-sql-driver/mysql for available options.
SEGMENTS_MYSQL_NET=tcp
# Resolvable host:port on which the MySQL can be accessed.
SEGMENTS_MYSQL_ADDR=mysql:3306
# Name of the database.
SEGMENTS_MYSQL_DBNAME=beam
# User to be used to connect to database.
SEGMENTS_MYSQL_USER=root
# Password to be used to connect to database.
SEGMENTS_MYSQL_PASSWD=secret
#####################
## Elasticsearch connection details
# Resolvable comma-separated URIs on which the Elasticsearch can be accessed.
SEGMENTS_ELASTIC_ADDRS=http://elasticsearch:9200
# Username to authenticate (if enabled on the instance).
SEGMENTS_ELASTIC_USER=elastic
# Password to authenticate (if enabled on the instance).
SEGMENTS_ELASTIC_PASSWD=
# Optional prefix (if applicable) for indexes in which data is stored.
# If modified, Telegraf configuration has to be adjusted accordingly.
SEGMENTS_INDEX_PREFIX=