generated from api-platform/api-platform
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
2,174 additions
and
1,160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
################################################## | ||
# | ||
# General settings for your component | ||
# | ||
# General settings for your component | ||
# | ||
################################################## | ||
|
||
|
@@ -18,21 +18,45 @@ APP_VERSION=V.0.1 | |
APP_DEBUG=1 | ||
# What is the enviroment type you want to use for local production? (choose between dec,stag,prod, acce or test) | ||
APP_ENV=dev | ||
# We use a build to tag images, this is swithced to the version on master and to env on other branches | ||
# We use a build to tag images, this is swithced to the version on master and to env on other branches | ||
APP_BUILD=dev | ||
# The description for this api | ||
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 | ||
|
||
# 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 | ||
TRUSTED_HOSTS='^(.+\.)?conduction\.nl$|^(.+\.)?huwelijksplanner\.online$|^(.+\.)?larping\.eu$|^(.+\.)?common-ground\.nl$|^(.+\.)?trouwplanner\.online$|^(.+\.)?zaakonline\.nl$|localhost' | ||
TRUSTED_HOSTS=^(.+\.)?conduction\.nl$|^(.+\.)?vng\.cloud$|^(.+\.)?huwelijksplanner\.online$|^(.+\.)?larping\.eu$|^(.+\.)?common-ground\.dev$|^(.+\.)?trouwplanner\.online$|^(.+\.)?zaakonline\.nl$|localhost | ||
|
||
################################################## | ||
# Orgization details | ||
################################################## | ||
|
||
# The following details describe your organisations and are used for both certificate creation, nlx (if active) and common-ground.dev | ||
|
||
ORGANIZATION_NAME=Conduction | ||
ORGANIZATION_EMAIL_ADDRESS=[email protected] | ||
ORGANIZATION_COUNTRY_NAME=Netherlands | ||
ORGANIZATION_STATE=Noord-Holland | ||
ORGANIZATION_LOCALITY=Amsterdam | ||
ORGANIZATION_UNIT_NAME=Common-Ground | ||
|
||
################################################## | ||
# Documentation settings | ||
################################################## | ||
|
||
APP_DOMAIN=conduction.nl | ||
# The subdomain for this component (should be www for applications) | ||
APP_SUBDOMAIN=pc | ||
# 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","zaakonline.nl","huwelijksplanner.online","common-ground.dev"] | ||
|
||
|
||
# The demo enviroment for this component @depracticed | ||
APP_DEMO=pc.zaakonline.nl | ||
# he Repository for this component | ||
APP_REPRO=https://github.com/ConductionNL/Proto-component-commonground | ||
|
||
################################################## | ||
|
@@ -41,14 +65,15 @@ APP_REPRO=https://github.com/ConductionNL/Proto-component-commonground | |
|
||
CONTAINER_REGISTRY_BASE=docker.io/conduction | ||
CONTAINER_PROJECT_NAME=pc | ||
# The repository for the primary (php) container of this project | ||
CONTAINER_REPRO=https://hub.docker.com/repository/docker/conduction/pc-php | ||
|
||
################################################## | ||
# Notifcation settings | ||
################################################## | ||
|
||
NOTIFICATION_ENABLED=falsedxfddxf | ||
NOTIFICATION_PROVIDER=sasd | ||
NOTIFICATION_PROVIDER=sasdasd | ||
NOTIFICATION_ENABLED_AUTHORIZATION=sasd | ||
|
||
################################################## | ||
|
@@ -78,17 +103,17 @@ HEALTH_ENABLED=false | |
ARCHIVE_ENABLED=false | ||
|
||
################################################## | ||
# NLX Setup, read more at https://docs.nlx.io/get-started/# | ||
# NLX Setup, read more at https://docs.nlx.io/get-started/# | ||
################################################## | ||
|
||
# Do you want to provide an nlx outway? (option for your component to reach nlx services) | ||
NLX_OUTWAY=true | ||
NLX_OUTWAY=true | ||
|
||
# Do you want to provice an nlx inway (option for nlx services to reach your api) | ||
NLX_INWAY=false | ||
NLX_INWAY=false | ||
|
||
# NLX Certification Details | ||
NLX_COUNTRY_NAME=Netherlands | ||
NLX_COUNTRY_NAME=Netherlands | ||
NLX_STATE=Noord-Holland | ||
NLX_LOCALITY=Amsterdam | ||
NLX_ORGANIZATION_NAME=Conduction | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# AUTHORS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Roadmap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.