forked from IxorTalk/ixortalk-organization-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application-test.yml
109 lines (100 loc) · 3.24 KB
/
application-test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#
# The MIT License (MIT)
#
# Copyright (c) 2016-present IxorTalk CVBA
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
server:
forward-headers-strategy: NATIVE
servlet:
context-path: /organization
security:
oauth2:
client:
grant-type: client_credentials
spring:
jpa:
open-in-view: false
show-sql: false
datasource:
url: jdbc:h2:mem:test-db;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;Mode=PostgreSQL
security:
oauth2:
resourceserver:
jwt:
issuer-uri: http://dummy
liquibase:
change-log: classpath:liquibase/master.xml
ixortalk:
test:
token-server:
port: 65300
organization:
callback-api:
url: http://localhost:65301/org-callback-api
paths:
user-accepted: /user-accepted
user-removed: /user-removed
device-removed: /device-removed
organization-removed: /organization-removed
pre-delete-check: /organization-pre-delete-check
api:
mail:
invite-mail-subject-key: theInviteMailSubjectKey
invite-mail-template: theInviteMailTemplate
verify-mail-subject-key: theVerifyMailSubjectKey
verify-mail-template: theVerifyMailTemplate
default-mail-language-tag: nl
device-info-fields:
- deviceId # Mapped
- deviceName #Unmapped
accept-key-max-age-in-hours: 3
verify-email-landing-page-path: /onboarding/complete-registration
assetmgmt:
allowed-save-calls:
test-properties:
- allowedProperty
- otherAllowedProperty
server:
assetmgmt:
url: http://localhost:65303/assetmgmt
mailing-service:
url: http://localhost:65304/mailing
image-service:
url: http://localhost:65305/image
context-path: /image
download-path: /download
assetstate:
context-path: /assetstate
loadbalancer:
external:
protocol: https
host: integration-test.ixortalk.com
port: 443
url: https://integration-test.ixortalk.com
security:
jwt:
custom-claims-namespace: https://test-namespace.ixortalk.com/
feign:
service-to-service-client-registration-id: internal-api
auth0:
management-api:
client-registration-id: auth0-management-api
domain: integration-test.auth0.com