Skip to content

Commit

Permalink
Add internal use warning for proxy_local_services_url in environment …
Browse files Browse the repository at this point in the history
…configuration
  • Loading branch information
mjanez committed Nov 21, 2024
1 parent e5ea0e1 commit 97c320f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbook/inventories/development/host_vars/development_01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ deployment_version_name: Development
### Webserver #########################################
proxy_server_name: localhost
proxy_server_url: http://{{ proxy_server_name }}
# WARNING: This variable is for internal use only if using NGINX in the CKAN-Ansible deployment.
# It is not necessary to modify it.
proxy_local_services_url: http://localhost
proxy_ckan_location: /catalog
proxy_pycsw_location: /csw
Expand Down
2 changes: 2 additions & 0 deletions playbook/inventories/production/host_vars/production_01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ deployment_version_name: Production
### Webserver #########################################
proxy_server_name: localhost
proxy_server_url: http://{{ proxy_server_name }}
# WARNING: This variable is for internal use only if using NGINX in the CKAN-Ansible deployment.
# It is not necessary to modify it.
proxy_local_services_url: http://localhost
proxy_ckan_location: /catalog
proxy_pycsw_location: /csw
Expand Down
2 changes: 2 additions & 0 deletions playbook/inventories/staging/host_vars/staging_01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ deployment_version_name: Staging
### Webserver #########################################
proxy_server_name: localhost
proxy_server_url: http://{{ proxy_server_name }}
# WARNING: This variable is for internal use only if using NGINX in the CKAN-Ansible deployment.
# It is not necessary to modify it.
proxy_local_services_url: http://localhost
proxy_ckan_location: /catalog
proxy_pycsw_location: /csw
Expand Down

0 comments on commit 97c320f

Please sign in to comment.