From 33d74786f7781780f776b15ba2d9a0f411b6cf94 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 25 Sep 2024 12:44:14 +1000 Subject: [PATCH] Revert "Copy config for temporary staging2 domain" This reverts commit f1fd8a8c3425abe0cef48c023ca89d88f5ac2780. --- .../config.yml | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 inventory/host_vars/staging2.openfoodnetwork.org.uk/config.yml diff --git a/inventory/host_vars/staging2.openfoodnetwork.org.uk/config.yml b/inventory/host_vars/staging2.openfoodnetwork.org.uk/config.yml deleted file mode 100644 index 8960e4d4a..000000000 --- a/inventory/host_vars/staging2.openfoodnetwork.org.uk/config.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- - -domain: staging2.openfoodnetwork.org.uk -host_id: uk_staging2 -rails_env: staging - -admin_email: dev.ofnuk@gmail.com - -users_sysadmin: - - "{{ core_devs }}" - - filipe - - konrad - - bethan - -# Enable external database access for third party integrations -postgres_listen_addresses: - - '*' - -custom_hba_entries: - - "{{ custom_hba_metabase }}" - - "{{ custom_hba_n8n }}" - - "{{ custom_hba_new_n8n }}" - - "{{ custom_hba_new_n8n_IPv6 }}" - -rack_timeout_term_on_timeout: 3