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.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
83 changed files
with
7,033 additions
and
641 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,2 +1,66 @@ | ||
################################################## | ||
# | ||
# General settings for your component | ||
# | ||
################################################## | ||
|
||
################################################## | ||
# Enviroment settings | ||
################################################## | ||
|
||
# Depracticed, now set as CONTAINER_PROJECT_NAME | ||
APP_NAME=pc | ||
# Do you want to dsiplay the symfony debug toolbar? | ||
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 | ||
|
||
################################################## | ||
# Documentation settings | ||
################################################## | ||
|
||
APP_DEMO=dev | ||
APP_REPRO=dev | ||
|
||
################################################## | ||
# Docker settings | ||
################################################## | ||
|
||
CONTAINER_REGISTRY_BASE=docker.io/conduction | ||
CONTAINER_PROJECT_NAME=protocomponent | ||
CONTAINER_PROJECT_TITLE=Proto Component | ||
CONTAINER_PROJECT_NAME=pc | ||
CONTAINER_PROJECT_VERSION=V.0.1 | ||
|
||
################################################## | ||
# Websub settings | ||
################################################## | ||
|
||
WEBSUB_PROVIDER=sasd | ||
WEBSUB_AUTHORIZATION=sasd | ||
|
||
################################################## | ||
# Authorization settings | ||
################################################## | ||
|
||
AUTH_PROVIDER=sasd | ||
AUTH_AUTHORIZATION=sasd | ||
|
||
################################################## | ||
# 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 | ||
|
||
# Do you want to provice an nlx inway (option for nlx services to reach your api) | ||
NLX_INWAY=false | ||
|
||
# NLX Certification Details | ||
NLX_COUNTRY_NAME=Netherlands | ||
NLX_STATE=Noord-Holland | ||
NLX_LOCALITY=Amsterdam | ||
NLX_ORGANIZATION_NAME=Conduction | ||
NLX_ORGANIZATION_UNIT_NAME=Common-Ground | ||
NLX_COMMON_NAME=zaakonline.nl | ||
NLX_EMAIL_ADDRESS=[email protected] | ||
NLX_CHALLANGE_PASSWORD= |
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,15 @@ | ||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in the repo. | ||
* @rubenvdlinde @matthiasoliveiro | ||
* | ||
|
||
# Order is important. The last matching pattern has the most precedence. | ||
# So if a pull request only touches javascript files, only these owners | ||
# will be requested to review. | ||
*.php @rubenvdlinde | ||
*.md @matthiasoliveiro | ||
|
||
# You can also use email addresses if you prefer. | ||
#docs/* [email protected] |
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 |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
/docker-compose.override.yml | ||
|
||
api/helm/kubeconfig.yaml | ||
|
||
!/api/public/bundle/* |
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.