Commit 439cf8a4 authored by Cristian Aguirre's avatar Cristian Aguirre

application.yml

parent 2475de3e
......@@ -55,7 +55,7 @@ application:
multi-tenant-conf:
exclude-service: /
authorization-service.url: http://localhost:17580
security: none # none, basic, oauth2sso
security: oauth2sso # none, basic, oauth2sso
security.method: true
security-exclude: /service/oauth/userinfo, /actuator/**, /mylogout, /login, /logout, /goodbye, /error, /anon, /cache.manifest, /favicon.ico, /service/file, /goodbye /byteboot
messaging:
......@@ -104,10 +104,10 @@ spring:
datasource:
database-type: postgres
schemaName: avb
url: jdbc:postgresql://192.168.21.74:5432/avb?useSSL=false
url: jdbc:postgresql://localhost:5432/bytebot?useSSL=false&currentSchema=avb
driverClassName: 'org.postgresql.Driver'
username: postgres
password:
password: postgres
minimum-idle: 10
maximum-pool-size: 10
validationQuery: SELECT 1
......@@ -115,16 +115,16 @@ spring:
hikari.registerMbeans: true
security:
basepath: http://192.168.1.6:9077/bytebot
basepath: http://localhost:9077/bytebot
provider: byte # oracle, amazon
oauth2-client:
clientId: xdf-client
clientSecret: xdf-secret
accessTokenUri: http://127.0.0.1:18080/oauth/token
userAuthorizationUri: http://127.0.0.1:18080/oauth/authorize
accessTokenUri: http://192.168.1.6:18080/oauth/token
userAuthorizationUri: http://192.168.1.6:18080/oauth/authorize
oauth2-resource:
userInfoUri: http://127.0.0.1:18080/oauth/userinfo
logoutUri: http://127.0.0.1:18080/oauth/userlogout
userInfoUri: http://192.168.1.6:18080/oauth/userinfo
logoutUri: http://192.168.1.6:18080/oauth/userlogout
tenants:
-
id: T186A1
......@@ -132,10 +132,10 @@ spring:
datasource:
database-type: postgres
schemaName: avb
url: jdbc:postgresql://192.168.21.74:5432/avb?useSSL=false
url: jdbc:postgresql://localhost:5432/bytebot?useSSL=false&currentSchema=avb
driverClassName: 'org.postgresql.Driver'
username: postgres
password:
password: postgres
minimum-idle: 10
maximum-pool-size: 10
validationQuery: SELECT 1
......@@ -147,11 +147,11 @@ spring:
oauth2-client:
clientId: xdf-client
clientSecret: xdf-secret
accessTokenUri: http://127.0.0.1:18080/oauth/token
userAuthorizationUri: http://127.0.0.1:18080/oauth/authorize
accessTokenUri: http://192.168.1.6:18080/oauth/token
userAuthorizationUri: http://192.168.1.6:18080/oauth/authorize
oauth2-resource:
userInfoUri: http://127.0.0.1:18080/oauth/userinfo
logoutUri: http://127.0.0.1:18080/oauth/userlogout
userInfoUri: http://192.168.1.6:18080/oauth/userinfo
logoutUri: http://192.168.1.6:18080/oauth/userlogout
jpa:
......@@ -175,7 +175,7 @@ batch:
jdbc-driver: 'org.postgresql.Driver'
username: postgres
password:
jdbc-url: jdbc:postgresql://192.168.21.74:5432/broker_rasa_db?useSSL=false
jdbc-url: jdbc:postgresql://192.168.21.74:5432/avb?useSSL=false
query: 'select * from events WHERE id > %d order by id asc'
logging.level.root: DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment