Commit e1982103 authored by Roberto Loayza Miljanovich's avatar Roberto Loayza Miljanovich

Merge remote-tracking branch 'origin/developer' into developer

# Conflicts:
#	src/main/resources/application.yml
parents ba4cee70 439cf8a4
...@@ -4,7 +4,7 @@ server: ...@@ -4,7 +4,7 @@ server:
servlet.context-path: ${APPLICATION_PATH:/bytebot} servlet.context-path: ${APPLICATION_PATH:/bytebot}
port: ${APPLICATION_PORT:9077} port: ${APPLICATION_PORT:9077}
web: web:
static-content-location: file:/home/asarmiento/Escritorio/REPARANDO/bytebot-workspace/dist/bytebot-html/ static-content-location: file:/home/cristian/Documents/AVB_Backend/bytebot-html/
#NOTA debe terminar con / #NOTA debe terminar con /
security: security:
...@@ -120,11 +120,11 @@ spring: ...@@ -120,11 +120,11 @@ spring:
oauth2-client: oauth2-client:
clientId: xdf-client clientId: xdf-client
clientSecret: xdf-secret clientSecret: xdf-secret
accessTokenUri: http://192.168.21.49:18080/oauth/token accessTokenUri: http://192.168.1.6:18080/oauth/token
userAuthorizationUri: http://192.168.21.49:18080/oauth/authorize userAuthorizationUri: http://192.168.1.6:18080/oauth/authorize
oauth2-resource: oauth2-resource:
userInfoUri: http://192.168.21.49:18080/oauth/userinfo userInfoUri: http://192.168.1.6:18080/oauth/userinfo
logoutUri: http://192.168.21.49:18080/oauth/userlogout logoutUri: http://192.168.1.6:18080/oauth/userlogout
tenants: tenants:
- -
id: T186A1 id: T186A1
...@@ -142,16 +142,16 @@ spring: ...@@ -142,16 +142,16 @@ spring:
testWhileIdle: true testWhileIdle: true
hikari.registerMbeans: true hikari.registerMbeans: true
security: security:
basepath: http://localhost:9077/bytebot basepath: http://192.168.1.6:9077/bytebot
provider: byte # oracle, amazon provider: byte # oracle, amazon
oauth2-client: oauth2-client:
clientId: xdf-client clientId: xdf-client
clientSecret: xdf-secret clientSecret: xdf-secret
accessTokenUri: http://192.168.21.49:18080/oauth/token accessTokenUri: http://192.168.1.6:18080/oauth/token
userAuthorizationUri: http://192.168.21.49:18080/oauth/authorize userAuthorizationUri: http://192.168.1.6:18080/oauth/authorize
oauth2-resource: oauth2-resource:
userInfoUri: http://192.168.21.49:18080/oauth/userinfo userInfoUri: http://192.168.1.6:18080/oauth/userinfo
logoutUri: http://192.168.21.49:18080/oauth/userlogout logoutUri: http://192.168.1.6:18080/oauth/userlogout
jpa: jpa:
...@@ -175,7 +175,7 @@ batch: ...@@ -175,7 +175,7 @@ batch:
jdbc-driver: 'org.postgresql.Driver' jdbc-driver: 'org.postgresql.Driver'
username: postgres username: postgres
password: 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' query: 'select * from events WHERE id > %d order by id asc'
logging.level.root: DEBUG 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