diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-08-12 16:44:58 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-08-12 16:44:58 -0400 |
commit | d307f715764164c8f543d57486718f95b1987875 (patch) | |
tree | 30b2dfdb09b3133188536d24f47fac07bb42e4fa /inventory/byo | |
parent | 2244cbd8f0c1acf0a0f3666781ff8d44c8338a73 (diff) | |
parent | 6a00818b03773feb76f5ec997431f975a517b69d (diff) | |
download | openshift-d307f715764164c8f543d57486718f95b1987875.tar.gz openshift-d307f715764164c8f543d57486718f95b1987875.tar.bz2 openshift-d307f715764164c8f543d57486718f95b1987875.tar.xz openshift-d307f715764164c8f543d57486718f95b1987875.zip |
Merge pull request #429 from spinolacastro/custom_cors
Custom cors configuration
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 4c652d06e..629956d0e 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -57,6 +57,9 @@ deployment_type=enterprise # default subdomain to use for exposed routes #osm_default_subdomain=apps.test.example.com +# additional cors origins +#osm_custom_cors_origins=['foo.example.com', 'bar.example.com'] + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |