Skip to content

Commit

Permalink
Revert removals from 6c2b23f
Browse files Browse the repository at this point in the history
We have an ancient version of regions that has not yet been migrated which requirequires the variables that were removed

Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
  • Loading branch information
ansell committed Jul 15, 2019
1 parent 320a433 commit b19d6fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/regions/templates/regions-config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ contextPath={{ regions_context_path }}
grails.serverURL={{ regions_base_url }}{{ regions_context_path }}
uriFilterPattern={{ regions_uri_filter_pattern | default('/admin.*') }}
uriExclusionFilterPattern=/images.*,/css.*,/js.*,/less.*,/vendor.*
casServerName={{ auth_base_url }}
casServerLoginUrl={{ auth_cas_url }}/login
casServerUrlPrefix={{ auth_cas_url }}
gateway=false
security.cas.casServerName={{ auth_base_url }}
security.cas.casServerUrlPrefix={{ auth_base_url }}/cas
Expand Down

0 comments on commit b19d6fb

Please sign in to comment.