diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:29:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:29:05 +0100 |
| commit | 954ab1887b20e9e0d5885c1cec8d71641cb3dcd4 (patch) | |
| tree | 45cb7191fe51f3fa099e8a01e5cd0a0c37e034ec /ansible/roles/http/templates/config.ini | |
| parent | f9272fdf3ea23070583c944b110a7b8f16c5a4ff (diff) | |
remove homelab config
Diffstat (limited to 'ansible/roles/http/templates/config.ini')
| -rw-r--r-- | ansible/roles/http/templates/config.ini | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ansible/roles/http/templates/config.ini b/ansible/roles/http/templates/config.ini deleted file mode 100644 index 4bbe7b1..0000000 --- a/ansible/roles/http/templates/config.ini +++ /dev/null @@ -1,11 +0,0 @@ -MAX_DAILY_EMAILS = 100 -CONTACT_MAILBOX = me@joeac.net -CONTACT_MAILBOX_NAME = Joe Carstairs -LOCAL_SMTP_FROM = jobot@mail.joeac.net -LOCAL_SMTP_FROM_NAME = Jobot -LOCAL_SMTP_HOST = mail.joeac.net -LOCAL_SMTP_PORT = 465 -LOCAL_SMTP_USER = jobot@mail.joeac.net -LOCAL_SMTP_PASSWORD = "{{ ( email_accounts | selectattr("name", "eq", "jobot") | first ).password | trim }}" -DB_SCHEME = sqlite -DB_PATH = {{ http_files_dir }}/{{ http_database_filename }} |
