13 lines
237 B
YAML
13 lines
237 B
YAML
admin_email: tobias@msrg.cc
|
|
|
|
postgres:
|
|
host: db.serguzim.me
|
|
port: 5432
|
|
|
|
mailer:
|
|
host: mail.serguzim.me
|
|
port: 587
|
|
|
|
|
|
services_path: /opt/services/
|
|
caddy_config_path: "{{ (services_path, 'caddy', 'config', 'conf.d') | path_join }}"
|