Skip to content

Commit

Permalink
[#485] Fix yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Dec 16, 2024
1 parent b6186ea commit 162c16f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
33 changes: 16 additions & 17 deletions docker/setup_configuration/data.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
token_tokenauth_config_enable: true
token_tokenauth:
items:
- identifier: token-1
token: 18b2b74ef994314b84021d47b9422e82b685d82f
contact_person: Person 1
email: person-1@example.com
organization: Organization 1
application: Application 1
administration: Administration 1

sites_config_enable: true
sites_config:
items:
- domain: example.com
name: Example site

zgw_consumers_config_enable: true
zgw_consumers:
services:
Expand All @@ -36,20 +19,36 @@ zgw_consumers:
header_key: Authorization
header_value: Token ba9d233e95e04c4a8a661a27daffe7c9bd019067


notifications_config_enable: true
notifications_config:
notifications_api_service_identifier: notifications-api
notification_delivery_max_retries: 1
notification_delivery_retry_backoff: 2
notification_delivery_retry_backoff_max: 3


objecttypes_config_enable: true
objecttypes:
items:
- uuid: b427ef84-189d-43aa-9efd-7bb2c459e281
name: Object Type 1
service_identifier: objecttypes-api


token_tokenauth_config_enable: true
token_tokenauth:
items:
- identifier: token-1
token: 18b2b74ef994314b84021d47b9422e82b685d82f
contact_person: Person 1
email: person-1@example.com
organization: Organization 1
application: Application 1
administration: Administration 1
is_superuser: true


oidc_db_config_enable: true
oidc_db_config_admin_auth:
items:
Expand Down
1 change: 0 additions & 1 deletion src/objects/setup_configuration/models/token_auth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django_setup_configuration.models import ConfigurationModel
from pydantic import Field

from objects.token.models import TokenAuth

Expand Down

0 comments on commit 162c16f

Please sign in to comment.