From 7f2e90c278a28c49da5c736b0977466fed8e96cc Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Fri, 26 Jan 2018 15:48:04 -0800 Subject: Remove default config values --- src/main/resources/reference.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/main/resources/reference.conf') diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf index aed7b12..238ac68 100644 --- a/src/main/resources/reference.conf +++ b/src/main/resources/reference.conf @@ -13,16 +13,7 @@ application { cors { allowedMethods: ["GET", "PUT", "POST", "PATCH", "DELETE", "OPTIONS"] - allowedOrigins: [ - { - scheme: http - hostSuffix: localhost - }, - { - scheme: https - hostSuffix: example.com - } - ] + allowedOrigins: [] } } -- cgit v1.2.3