Added syncope draft

This commit is contained in:
2025-04-27 18:11:28 +02:00
parent fb96c5b7fb
commit cd2f5f8717
11 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# General Configuration
application_id: syncope
database_type: "postgres"
database_password: {{ domains[application_id].credentials.database.password }}
# Application Specific
syncope_keymaster_address: http://localhost:8080/syncope/rest/keymaster
syncope_paths:
rest: rest
console: console
enduser: enduser
syncope_anonymous_user: {{ domains[application_id].users.anonymous.username }}
syncope_anonymous_password: {{ domains[application_id].credentials.anonymous.password }}
syncope_administrator_user: {{ domains[application_id].users.administrator.username }}
syncope_administrator_password: {{ domains[application_id].credentials.administrator.password }}