From f1e061c70b844e4d66f0811f105e18781a1bde5e Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Wed, 8 Jan 2020 14:38:25 +0100 Subject: [PATCH] removed vng cloud --- .env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index f27a3ea6..d1a39d61 100644 --- a/.env +++ b/.env @@ -24,8 +24,8 @@ APP_BUILD=dev APP_DESCRIPTION='Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.' -APP_LOGO=pc.zaakonline.nl -APP_HOME=pc.zaakonline.nl +APP_LOGO=orc.zaakonline.nl +APP_HOME=orc.zaakonline.nl # The urls on wich this api is available TRUSTED_PROXIES=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 @@ -49,9 +49,9 @@ ORGANIZATION_UNIT_NAME=Common-Ground ################################################## # The subdomain for this component (should be www for applications) -APP_SUBDOMAIN=pc +APP_SUBDOMAIN=orc # he domains on wich you want to provide this component, the first wil be used as primary (or common in cert-manger terms) -APP_DOMAINS=["conduction.nl","vng.cloud","zaakonline.nl","larping.eu","common-ground.dev","trouwplanner.online","huwelijksplanner.online"] +APP_DOMAINS=["conduction.nl","zaakonline.nl","larping.eu","common-ground.dev","trouwplanner.online","huwelijksplanner.online"] # The demo enviroment for this component @depracticed APP_USE_NAME_AS_SUBDOMAIN=true # If set to true wil provide the component on an {APP_NAME}.{APP_DOMAIN} basis for production enviroment, and {APP_NAME}.{APP_ENV}.{APP_DOMAIN} basis for other enviroments. Wil skipp the {APP_NAME}. on both if set to false