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 pull request #63 from ConductionNL/development
Update on logs
- Loading branch information
Showing
6 changed files
with
25 additions
and
8 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 |
---|---|---|
|
@@ -31,7 +31,7 @@ TRUSTED_HOSTS=^(.+\.)?conduction\.nl$|^(.+\.)?huwelijksplanner\.online$|^(.+\.)? | |
# Orgization details | ||
################################################## | ||
|
||
# The following details describe your organisations and are used for both certificate creation and common-ground.dev | ||
# 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] | ||
|
@@ -44,9 +44,15 @@ ORGANIZATION_UNIT_NAME=Common-Ground | |
# Documentation settings | ||
################################################## | ||
|
||
# The primary domain for this API @depracticed | ||
APP_DOMAIN=conduction.nl | ||
# 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","larping.eu","common-ground.dev","trouwplanner.online","huwelijksplanner.online"] | ||
# 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 | ||
APP_USE_NAME_AS_SUBDOMAIN=true | ||
# 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 | ||
|
||
################################################## | ||
|
@@ -55,6 +61,7 @@ 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 | ||
|
||
################################################## | ||
|
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
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