forked from dalibo/temboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemboard.conf
65 lines (61 loc) · 1.52 KB
/
temboard.conf
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
65
[temboard]
# Bind port
port = 8888
# Bind address
address = 0.0.0.0
# SSL: certificat file path (.pem)
ssl_cert_file =
# SSL: private key file path (.key)
ssl_key_file =
# Sign with development key. THIS IS TOTALLY UNSECURE. Use this only for
# testing!
signing_private_key = dev/signing-private.pem
signing_public_key = dev/signing-public.pem
# Cookie secret key
cookie_secret = UNSECURE_DEV_COOKIE_SECRET
# Plugins
plugins = ["dashboard", "pgconf", "activity", "monitoring", "maintenance", "statements"]
# Working dir
home = dev/
[auth]
# localhost and docker default subnets.
allowed_ip = 127.0.0.0/8,172.16.0.0/12
[repository]
# Unix socket path.
host = 0.0.0.0
# PG port number.
port = 5432
# User name.
user = temboard
# User password.
password = temboard
# Database name.
dbname = temboard
[logging]
# Available methods for logging: stderr, syslog or file
# method = syslog
method = stderr
# Syslog facility.
# facility = local0
# Log destination, should be /dev/log for syslog on Linux.
# When using file logging method, this is referencing the log file path.
#destination = /var/log/temboard/temboard.log
# Default log level.
level = DEBUG
[notifications]
# SMTP host
smtp_host = localhost
# SMTP port
smtp_port = 1025
# SMTP TLS
# smtp_tls = False
# SMTP login / password
# smtp_login =
# smtp_password =
# SMTP from address
smtp_from_addr = temBoard Dev <temboard@acme.tld>
#
# Twilio SMS service configuration
# twilio_account_sid = ACCOUNTSIDTOBECHANGED
# twilio_auth_token = AUTHTOKENTOBECHANGED
# twilio_from = FROMNUMBERTOBECHANGED