aboutsummaryrefslogtreecommitdiff
path: root/test/provider/services/webapp.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-10-21 16:18:04 -0700
committerelijah <elijah@riseup.net>2012-10-21 16:18:04 -0700
commitaedeea6cd231197985dc4c81ca00f94a25c0e3ab (patch)
tree67f6b5c4cb65879dc7dcf280d4f914b564095bba /test/provider/services/webapp.json
parent94dd3b4d99a67679adcc3a9921f9e1fa78783cba (diff)
downloadleap_cli-aedeea6cd231197985dc4c81ca00f94a25c0e3ab.tar.gz
leap_cli-aedeea6cd231197985dc4c81ca00f94a25c0e3ab.tar.bz2
changed domain.public to domain.full_suffix, domain.internal to domain.internal_suffix
Diffstat (limited to 'test/provider/services/webapp.json')
-rw-r--r--test/provider/services/webapp.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/provider/services/webapp.json b/test/provider/services/webapp.json
index bfd701d..0e5b2f9 100644
--- a/test/provider/services/webapp.json
+++ b/test/provider/services/webapp.json
@@ -8,8 +8,8 @@
"eip_service": "file('service-definitions/eip-service.json.erb')"
},
"service_type": "public_service",
- "api_domain": "= 'api.' + domain.public",
+ "api_domain": "= 'api.' + domain.full_suffix",
"dns": {
- "aliases": "= [domain.public, api_domain]"
+ "aliases": "= [domain.full, api_domain]"
}
} \ No newline at end of file