2020-09-13 01:03:17 +02:00
|
|
|
[server]
|
2020-09-12 08:32:01 +02:00
|
|
|
hostname = '0.0.0.0:3333'
|
2020-07-16 01:20:08 +02:00
|
|
|
|
|
|
|
[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]
|
2020-07-19 00:28:25 +02:00
|
|
|
host = 'postgres'
|
2020-08-07 03:50:35 +02:00
|
|
|
name = 'taskcafe'
|
|
|
|
user = 'taskcafe'
|
|
|
|
password = 'taskcafe_test'
|
2020-07-16 01:20:08 +02:00
|
|
|
|
|
|
|
[smtp]
|
2020-12-23 23:44:13 +01:00
|
|
|
username = 'taskcafe@example.com'
|
|
|
|
password = ''
|
|
|
|
from = 'no-reply@taskcafe.com'
|
|
|
|
host = 'localhost'
|
|
|
|
port = 11500
|
|
|
|
skip_verify = false
|