-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.yaml
50 lines (42 loc) · 1006 Bytes
/
config.sample.yaml
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
log_level: INFO
postgresql:
host: db
user: iamd
password: hunter2
password_file: /run/secrets/db.txt
database: iamd
timezone: 'Europe/Dublin'
dsn_extra: ''
soft_delete: false
mail:
from: '"Netsoc IAM" <[email protected]>'
reply_to: '"Netsoc support" <[email protected]>'
verify_url: 'https://account.netsoc.ie/verify?token={{.Token}}'
reset_url: 'https://account.netsoc.ie/reset?token={{.Token}}'
smtp:
host: mail
port: 587
connect_timeout: 5s
username: [email protected]
password: hunter2
password_file: /run/secrets/smtp.txt
tls: true
http:
listen_address: ':8080'
cors_allow_origin: '*'
jwt:
key: QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUE=
key_file: /run/secrets/jwt_key.bin
issuer: netsoc
login_validity: '8760h'
email_validity: '24h'
root_password: hunter22
root_password_file: /run/secrets/root.txt
reserved_usernames: []
cleanup:
interval: 2h
max_age: 72h
ma1sd:
http_address: ''
base_url: '/_ma1sd/backend/api/v1'
domain: 'netsoc.ie'