-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.env
More file actions
36 lines (30 loc) · 973 Bytes
/
default.env
File metadata and controls
36 lines (30 loc) · 973 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
# Shell environment variables.
# Usage example:
#
# SECURITY WARNING: don't run with debug turned on in production!
# DEBUG=0
DEBUG=1
# IMPORTANT: change the secret key to something random
SECRET_KEY=pingpingpingpingpingpingpingpingpingpingpingpingpi
# Set this to space-separated string of strings, each a valid hostname for this server.
# only use '*' in development - it may leave you vulnerable to attack
# ALLOWED_HOSTS='localhost www.example.com www'
ALLOWED_HOSTS='*'
# MySQL / MariaDB settings for the collector and webserver
# You may want to change database credentials
DB_HOST=mariadb
DB_DB=ping
DB_USER=ping
DB_PASS=ping
DB_PORT=3306
# InfluxDB connection parameters for the collector and webserver
# You may want to change database credentials
INFLUXDB_HOST=influxdb
INFLUXDB_DB=ping
INFLUXDB_USER=influxdb
INFLUXDB_PASS=influxdb
INFLUXDB_PORT=8086
# Prober config settings
PROBER_WS_URL=ws://collector:8765
PROBER_LOG_FILE=probe.log
PROBER_NAME=prober1