diff options
author | Diego Castro <spinolacastro@gmail.com> | 2015-08-12 11:16:12 -0300 |
---|---|---|
committer | Diego Castro <spinolacastro@gmail.com> | 2015-08-12 11:16:12 -0300 |
commit | 6a00818b03773feb76f5ec997431f975a517b69d (patch) | |
tree | 646051608fa32f7a93b884a950b8427b03471fb6 /inventory/byo | |
parent | bec613a2237df25164de03524414224779fcab4c (diff) | |
download | openshift-6a00818b03773feb76f5ec997431f975a517b69d.tar.gz openshift-6a00818b03773feb76f5ec997431f975a517b69d.tar.bz2 openshift-6a00818b03773feb76f5ec997431f975a517b69d.tar.xz openshift-6a00818b03773feb76f5ec997431f975a517b69d.zip |
Fix Custom Cors
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 |