-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyakbak.toml-example
41 lines (32 loc) · 996 Bytes
/
yakbak.toml-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
[db]
url="postgres+psycopg2://localhost/yakbak"
[logging]
level="INFO"
[smtp]
host="..."
port=25
username="..."
password="..."
sender="Yak-Bak <yakbak@example.com>"
[flask]
# Set this to somtething long and randomly-generated, but constant
# across all servers serving the same Yak-Bak instance
secret_key="hlIuOBFBsKZBbq41BEE9XJUKipy2TC5b"
# Useful for development, but you probably want to leave this off
# (the default) in production deployments
templates_auto_reload=true
[auth]
github_key_id="..."
github_secret="..."
google_key_id="..."
google_secret="..."
# Also be sure to configure the [smtp] section!
email_magic_link=true
email_magic_link_expiry=28800 # 8 hours
# Set this to somtething long and randomly-generated, but constant
# across all servers serving the same Yak-Bak instance
signing_key="yb0x3foVZl65DHaq8tSwCyOhbivgF8rU"
[sentry]
# If you do not have a Sentry DSN, keep the section heading, but omit
# the dsn key (or leave it commented out as shown here)
# dsn=""