This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
generated from ConductionNL/Proto-component-commonground
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
b5a8ef3
commit 1cb83b2
Showing
40 changed files
with
2,286 additions
and
1,158 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,23 +3,30 @@ parameters: | |
# This allows you to run cache:warmup even if your | ||
# environment variables are not available yet. | ||
# You should not need to change this value. | ||
env(CONDUCTION_COMMONGROUND_BAG_APIKEY): 'Change me your .env file' | ||
env(CONDUCTION_COMMONGROUND_BAG_APIKEY): 'Change me in your .env file' | ||
env(NLX_OUTWAY): true | ||
env(NLX_INWAY): false | ||
common_ground.bag.location: 'https://bag.basisregistraties.overheid.nl/api/v1/' | ||
common_ground.bag.apikey: 'e8a95365-3078-4b41-990a-e3de43cecd36' | ||
common_ground.oas.type: tool | ||
common_ground.oas.type: service | ||
common_ground.oas.host: irc.zaakonline.nl | ||
common_ground.oas.servers: | ||
- | ||
description: Demo Omgeving | ||
url: 'http://cc.zaakonline.nl' | ||
url: 'http://proto.demo.common-ground.dev' | ||
common_ground.oas.externalDocs: | ||
- | ||
description: OAS Documentatie | ||
url: 'http://cc.zaakonline.nl' | ||
url: 'http://proto.demo.common-ground.dev' | ||
common_ground.oas.developers: | ||
- | ||
name: Conduction | ||
url: https://github.com/ConductionNL | ||
email: [email protected] | ||
- | ||
name: Gemeente 's-Hertogenbosch | ||
url: https://github.com/gemeenteshertogenbosch | ||
email: [email protected]/ | ||
- | ||
name: Gemeente Utrecht | ||
url: https://github.com/GemeenteUtrecht | ||
|
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,8 @@ | ||
services: | ||
_defaults: | ||
autowire: true | ||
autoconfigure: true | ||
|
||
SensioLabs\Security\SecurityChecker: null | ||
|
||
SensioLabs\Security\Command\SecurityCheckerCommand: null |
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,3 @@ | ||
sensio_framework_extra: | ||
router: | ||
annotations: false |
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.