summaryrefslogtreecommitdiff
path: root/server/Rocket.toml
blob: 4f3137a3d25ae4c2692ccd6434bec8ff0c4bceb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[default]
secret_key = "itlYmFR2vYKrOmFhupMIn/hyB6lYCCTXz4yaQX89XVg="
session_max_age_days = 7
ldap_url = "ldap://localhost:1389"
ldap_users = "ou=users,dc=example,dc=org"
ldap_filter = "(objectClass=posixAccount)"

[default.databases.eyeballs]
# root is needed for tests
url = "mysql://root:verysecret@127.0.0.1:3306/eyeballs"

[release]
secret_key = "intentionally invalid"
session_max_age_days = 30

[release.databases.eyeballs]
url = "intentionally invalid"