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