Skip to content

Commit

Permalink
[#467] update docker-compose example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Dec 11, 2024
1 parent 7f4fd36 commit d4b1de1
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions docker/setup_configuration/data.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
zgw_consumers_config_enable: true
zgw_consumers:
services:
# minimum required fields
- identifier: objecttypen-test
label: Objecttypen API test
api_root: http://objecttypen.local/api/v1/
api_type: orc
auth_type: api_key

objecttypes_config_enable: true
objecttypes:
sites_config_enable: true
sites_config:
items:
- uuid: b427ef84-189d-43aa-9efd-7bb2c459e281
name: Object Type 1
service_identifier: objecttypen-test
- domain: example.com
name: Example site

objects_api_objecttypes_connection_config_enable: true
objects_api_objecttypes_connection:
identifier: objecttypes-api
label: Objecttypen API
api_root: https://objecttypes.nl/api/v1/
api_connection_check_path: objecttypes
api_type: orc
auth_type: zgw
header_key: Authorization
header_value: Token foo
client_id: client
secret: secret
nlx: http://some-outway-adress.local:8080/
user_id: objects-api
user_representation: Objects API
timeout: 60

0 comments on commit d4b1de1

Please sign in to comment.