Skip to content
Merged
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
4 changes: 0 additions & 4 deletions defaults/main/ood_portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ nginx_app_root:
usr: "{{ ood_usr_app_dir }}/%{owner}/gateway/%{name}"
sys: "{{ ood_sys_app_dir }}/%{name}"


# analytics_url: "http://www.google-analytics.com/collect"
# analytics_id: "123-my-id"

httpd_public_uri: "/public"
httpd_public_root: "/var/www/ood/public"

Expand Down
10 changes: 0 additions & 10 deletions molecule/default/fixtures/config/ood_portal.yml.custom.apache2
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,6 @@ custom_location_directives:
# Default: '/pun/sys/dashboard' (default location of the OOD Dashboard app)
root_uri: /pun/sys/dashboard

# Track server-side analytics with a Google Analytics account and property
# (see https://github.com/OSC/mod_ood_proxy/blob/master/lib/analytics.lua for
# information on how to setup the GA property)
# Example:
# analytics:
# url: 'http://www.google-analytics.com/collect'
# id: 'UA-79331310-4'
# Default: null (do not track)
#analytics: null

#
# Publicly available assets
#
Expand Down
10 changes: 0 additions & 10 deletions molecule/default/fixtures/config/ood_portal.yml.custom.httpd
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,6 @@ custom_location_directives:
# Default: '/pun/sys/dashboard' (default location of the OOD Dashboard app)
root_uri: /pun/sys/dashboard

# Track server-side analytics with a Google Analytics account and property
# (see https://github.com/OSC/mod_ood_proxy/blob/master/lib/analytics.lua for
# information on how to setup the GA property)
# Example:
# analytics:
# url: 'http://www.google-analytics.com/collect'
# id: 'UA-79331310-4'
# Default: null (do not track)
#analytics: null

#
# Publicly available assets
#
Expand Down
10 changes: 0 additions & 10 deletions molecule/default/fixtures/config/ood_portal.yml.default.apache2
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,6 @@ auth:
# Default: '/pun/sys/dashboard' (default location of the OOD Dashboard app)
root_uri: /pun/sys/dashboard

# Track server-side analytics with a Google Analytics account and property
# (see https://github.com/OSC/mod_ood_proxy/blob/master/lib/analytics.lua for
# information on how to setup the GA property)
# Example:
# analytics:
# url: 'http://www.google-analytics.com/collect'
# id: 'UA-79331310-4'
# Default: null (do not track)
#analytics: null

#
# Publicly available assets
#
Expand Down
10 changes: 0 additions & 10 deletions molecule/default/fixtures/config/ood_portal.yml.default.httpd
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,6 @@ auth:
# Default: '/pun/sys/dashboard' (default location of the OOD Dashboard app)
root_uri: /pun/sys/dashboard

# Track server-side analytics with a Google Analytics account and property
# (see https://github.com/OSC/mod_ood_proxy/blob/master/lib/analytics.lua for
# information on how to setup the GA property)
# Example:
# analytics:
# url: 'http://www.google-analytics.com/collect'
# id: 'UA-79331310-4'
# Default: null (do not track)
#analytics: null

#
# Publicly available assets
#
Expand Down
10 changes: 0 additions & 10 deletions molecule/default/fixtures/config/ood_portal.yml.oidc.apache2
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,6 @@ auth:
# Default: '/pun/sys/dashboard' (default location of the OOD Dashboard app)
root_uri: /pun/sys/dashboard

# Track server-side analytics with a Google Analytics account and property
# (see https://github.com/OSC/mod_ood_proxy/blob/master/lib/analytics.lua for
# information on how to setup the GA property)
# Example:
# analytics:
# url: 'http://www.google-analytics.com/collect'
# id: 'UA-79331310-4'
# Default: null (do not track)
#analytics: null

#
# Publicly available assets
#
Expand Down
10 changes: 0 additions & 10 deletions molecule/default/fixtures/config/ood_portal.yml.oidc.httpd
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,6 @@ auth:
# Default: '/pun/sys/dashboard' (default location of the OOD Dashboard app)
root_uri: /pun/sys/dashboard

# Track server-side analytics with a Google Analytics account and property
# (see https://github.com/OSC/mod_ood_proxy/blob/master/lib/analytics.lua for
# information on how to setup the GA property)
# Example:
# analytics:
# url: 'http://www.google-analytics.com/collect'
# id: 'UA-79331310-4'
# Default: null (do not track)
#analytics: null

#
# Publicly available assets
#
Expand Down
16 changes: 0 additions & 16 deletions templates/ood_portal.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -280,22 +280,6 @@ custom_location_directives:
# Default: '/pun/sys/dashboard' (default location of the OOD Dashboard app)
root_uri: {{ root_uri }}

# Track server-side analytics with a Google Analytics account and property
# (see https://github.com/OSC/mod_ood_proxy/blob/master/lib/analytics.lua for
# information on how to setup the GA property)
# Example:
# analytics:
# url: 'http://www.google-analytics.com/collect'
# id: 'UA-79331310-4'
# Default: null (do not track)
{% if analytics_url is defined and analytics_id is defined %}
analytics:
url: "{{ analytics_url }}"
id: "{{ analytics_id }}"
{% else %}
#analytics: null
{% endif %}

#
# Publicly available assets
#
Expand Down