2020-07-16 01:20:08 +02:00
|
|
|
[general]
|
|
|
|
host = '0.0.0.0:3333'
|
|
|
|
|
|
|
|
[email_notifications]
|
|
|
|
enabled = true
|
|
|
|
display_name = "No Reply"
|
|
|
|
from_address = "example.com"
|
|
|
|
|
|
|
|
[storage]
|
|
|
|
storage_system = 'local_storage'
|
|
|
|
upload_dir_path = 'uploads'
|
|
|
|
|
2020-07-05 01:02:57 +02:00
|
|
|
[database]
|
|
|
|
host = '0.0.0.0'
|
2020-07-16 01:20:08 +02:00
|
|
|
name = 'citadel_test'
|
2020-07-05 01:02:57 +02:00
|
|
|
user = 'postgres'
|
|
|
|
password = 'test'
|
2020-07-16 01:20:08 +02:00
|
|
|
|
|
|
|
[smtp]
|
|
|
|
username = 'admin@example.com'
|
|
|
|
password = 'example'
|
|
|
|
server = 'mail.example.com'
|
|
|
|
port = 465
|
|
|
|
connection_security = 'STARTTLS'
|