Skip to content

Commit

Permalink
[#485] Merge closed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Dec 16, 2024
1 parent c855991 commit 44c675d
Show file tree
Hide file tree
Showing 14 changed files with 666 additions and 2 deletions.
17 changes: 17 additions & 0 deletions docker/setup_configuration/data.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
token_tokenauth_config_enable: true
token_tokenauth:
items:
- identifier: token-1
token: 18b2b74ef994314b84021d47b9422e82b685d82f
contact_person: Person 1
email: [email protected]
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 Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
token_tokenauth_config_enable: true
token_tokenauth:
items:
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
token_tokenauth_config_enable: true
token_tokenauth:
items:
- identifier: token-1
token: 18b2b74ef994314b84021d47b9422e82b685d82f
contact_person: Person 1
email: [email protected]
organization: Organization 1
application: Application 1
administration: Administration 1
is_superuser: True

- identifier: token-2
token: e882642bd0ec2482adcdc97258c2e6f98cb06d85
contact_person: Person 2
email: [email protected]
organization: Organization 2
application: Application 2
administration: Administration 2
is_superuser: True
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
token_tokenauth_config_enable: true
token_tokenauth:
items:
- identifier: token-1
token: 18b2b74ef994314b84021d47b9422e82b685d82f
contact_person: Person 1
email: [email protected]

- identifier: token-2
token: e882642bd0ec2482adcdc97258c2e6f98cb06d85
contact_person: Person 2
email: [email protected]
Loading

0 comments on commit 44c675d

Please sign in to comment.