36 lines
996 B
YAML
36 lines
996 B
YAML
server:
|
|
port: 8091
|
|
|
|
|
|
fforesight:
|
|
tenant-user-management:
|
|
server-url: http://localhost:8080
|
|
client-secret: oE2DVrV45w0Tr5jBBcoufVxIkFWU69lP
|
|
client-id: manager
|
|
realm: master
|
|
kc-role-mapping:
|
|
roles:
|
|
- name: SUPER_USER
|
|
set-by-default: true
|
|
rank: 100
|
|
permissions:
|
|
- 'fforesight-read-general-configuration'
|
|
- 'fforesight-write-general-configuration'
|
|
- 'fforesight-manage-user-preferences'
|
|
- 'fforesight-read-users'
|
|
- 'fforesight-read-all-users'
|
|
- 'fforesight-write-users'
|
|
- 'fforesight-update-my-profile'
|
|
- 'fforesight-create-tenant'
|
|
- 'fforesight-get-tenants'
|
|
- 'fforesight-update-tenant'
|
|
- 'fforesight-deployment-info'
|
|
- 'fforesight-read-smtp-configuration'
|
|
- 'fforesight-write-smtp-configuration'
|
|
springdoc:
|
|
auth-server-url: http://localhost:8080
|
|
|
|
|
|
|
|
cors.enabled: true
|