Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion inventory/host_vars/coopcircuits.fr/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ custom_hba_entries:
- "{{ custom_hba_n8n_IPv6 }}"
- "{{ custom_hba_zapier_1 }}"
- "{{ custom_hba_zapier_2 }}"
- { type: hostssl, database: "{{ db }}", user: zapier, address: '54.86.9.50/32', auth_method: md5 }

attachment_path: "home/openfoodnetwork/apps/openfoodnetwork/current/public/spree/products/:id/:style/:basename.:extension"
attachment_url: ofn-prod.s3.us-east-1.amazonaws.com
Expand Down
1 change: 0 additions & 1 deletion inventory/host_vars/openfoodnetwork.ca/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ custom_hba_entries:
- "{{ custom_hba_n8n_IPv6 }}"
- "{{ custom_hba_zapier_1 }}"
- "{{ custom_hba_zapier_2 }}"
- { type: hostssl, database: "{{ db }}", user: zapier, address: '54.86.9.50/32', auth_method: md5 }

enable_rails_apm: "false"
1 change: 0 additions & 1 deletion inventory/host_vars/openfoodnetwork.net/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ custom_hba_entries:
- "{{ custom_hba_n8n_IPv6 }}"
- "{{ custom_hba_zapier_1 }}"
- "{{ custom_hba_zapier_2 }}"
- { type: hostssl, database: "{{ db }}", user: zapier, address: '54.86.9.50/32', auth_method: md5 }

enable_rails_apm: "false"

Expand Down
1 change: 0 additions & 1 deletion inventory/host_vars/openfoodnetwork.org.au/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ custom_hba_entries:
- "{{ custom_hba_n8n_IPv6 }}"
- "{{ custom_hba_zapier_1 }}"
- "{{ custom_hba_zapier_2 }}"
- { type: hostssl, database: "{{ db }}", user: zapier, address: '54.86.9.50/32', auth_method: md5 }

# Images settings
attachment_path: "public/images/spree/products/:id/:style/:basename.:extension"
Expand Down
1 change: 0 additions & 1 deletion inventory/host_vars/openfoodnetwork.org.uk/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ custom_hba_entries:
- "{{ custom_hba_n8n_IPv6 }}"
- "{{ custom_hba_zapier_1 }}"
- "{{ custom_hba_zapier_2 }}"
- { type: hostssl, database: "{{ db }}", user: zapier, address: '54.86.9.50/32', auth_method: md5 }

attachment_url: ofn-uk-production.s3.us-east-1.amazonaws.com

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ custom_hba_entries:
- "{{ custom_hba_n8n_IPv6 }}"
- "{{ custom_hba_zapier_1 }}"
- "{{ custom_hba_zapier_2 }}"
- { type: hostssl, database: "{{ db }}", user: zapier, address: '54.86.9.50/32', auth_method: md5 }

# VINE API settings
vine_api_url: "https://vine-staging.openfoodnetwork.org.au/api/v1"
Loading