Skip to content

Commit

Permalink
Reverted changes in ood-portal.conf.all & ood-portal.yaml.all to chec…
Browse files Browse the repository at this point in the history
…k if it fixes the tests
  • Loading branch information
harshit-soora committed Jan 10, 2025
1 parent 6512b0e commit 95f2d98
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ood-portal-generator/spec/fixtures/ood-portal.conf.all
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ Listen 8080
SetEnv OOD_PUN_SOCKET_ROOT "/path/to/pun/sockets"
SetEnv OOD_PUN_MAX_RETRIES "3000"
LuaHookFixups pun_proxy.lua pun_proxy_handler

SetEnv OOD_ANALYTICS_TRACKING_URL "http://www.google-analytics.com/collect"
SetEnv OOD_ANALYTICS_TRACKING_ID "analytics-id"
LuaHookLog analytics.lua analytics_handler
</Location>

# Control backend PUN for authenticated user:
Expand Down
12 changes: 12 additions & 0 deletions ood-portal-generator/spec/fixtures/ood_portal.yaml.all
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@ auth:
# Default: '/pun/sys/dashboard' (default location of the OOD Dashboard app)
root_uri: '/other/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:
url: 'http://www.google-analytics.com/collect'
id: 'analytics-id'

#
# Publicly available assets
#
Expand Down

0 comments on commit 95f2d98

Please sign in to comment.