{ "admin_server": { "listen_url": "0.0.0.0:{{ gophish_admin_port }}", "use_tls": true, "cert_path": "/etc/letsencrypt/live/{{ domain }}/fullchain.pem", "key_path": "/etc/letsencrypt/live/{{ domain }}/privkey.pem", "trusted_origins": [] }, "phish_server": { "listen_url": "0.0.0.0:80", "use_tls": false, "cert_path": "/etc/letsencrypt/live/{{ domain }}/fullchain.pem", "key_path": "/etc/letsencrypt/live/{{ domain }}/privkey.pem" }, "db_name": "sqlite3", "db_path": "gophish.db", "migrations_prefix": "db/db_", "contact_address": "", "logging": { "filename": "", "level": "" } }