mirror of
https://config.infinnit-prod-pnq.neptune.codes/infinnit-admin/ifn-local-run-config-temp.git
synced 2025-04-01 05:52:31 +00:00
Upload files to "/"
This commit is contained in:
57
ibs-api.yml
Normal file
57
ibs-api.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
spring:
|
||||
security:
|
||||
oauth2:
|
||||
client:
|
||||
registration:
|
||||
oidc:
|
||||
client-id: ibpibs
|
||||
provider:
|
||||
oidc:
|
||||
token-uri: https://login.infinnit-test-pnq.neptune.codes/auth/realms/nitsha/protocol/openid-connect/token
|
||||
authorization-uri: https://login.infinnit-test-pnq.neptune.codes/auth/realms/nitsha/protocol/openid-connect/auth
|
||||
resourceserver:
|
||||
jwt:
|
||||
issuer-uri: https://login.infinnit-test-pnq.neptune.codes/auth/realms/nitsha
|
||||
jwk-set-uri: https://login.infinnit-test-pnq.neptune.codes/auth/realms/nitsha/protocol/openid-connect/certs
|
||||
datasource:
|
||||
hikari:
|
||||
connection-test-query: SELECT 1 FROM VALUES(1)
|
||||
|
||||
server:
|
||||
port: 8098
|
||||
|
||||
jt400:
|
||||
system: majestix.sha.neptune-int.com
|
||||
user: wsuser
|
||||
password: wsuser4ibp
|
||||
maxConnections: 200
|
||||
libraryList: IBSTTRAVEL,IBPDDB,IBPDPGM
|
||||
|
||||
ibs:
|
||||
datasource:
|
||||
url: jdbc:h2:tcp://localhost:1521/ibs
|
||||
username: sa
|
||||
password:
|
||||
payment:
|
||||
scheduler-fixed-delay:
|
||||
incoming: 900000
|
||||
outgoing: 900000
|
||||
pgw:
|
||||
url: http://localhost/notExisting
|
||||
|
||||
batch:
|
||||
cron-expression-waiting-payouts: 0 0 5 * * *
|
||||
cron-expression-incoming-payments: 0 0 22 * * *
|
||||
|
||||
interest:
|
||||
scheduler:
|
||||
cron-expression: 0 30 0 L * *
|
||||
|
||||
smtp:
|
||||
host: mail.sha.neptune-int.com
|
||||
username: username
|
||||
password: password
|
||||
default:
|
||||
sender: ibs-batch@neptune-int.com
|
||||
recipients: batch@sha.neptune-int.com
|
||||
subject: IBS batch program
|
||||
Reference in New Issue
Block a user