Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ejercicio2-framework-back
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Josue
ejercicio2-framework-back
Commits
ecedc978
Commit
ecedc978
authored
Dec 23, 2021
by
Roberto Loayza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizado Application.yml
parent
73137036
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
19 deletions
+27
-19
application.yml
src/main/resources/application.yml
+27
-19
No files found.
src/main/resources/application.yml
View file @
ecedc978
...
...
@@ -4,7 +4,8 @@ server:
servlet.context-path
:
${APPLICATION_PATH:/bytebot}
port
:
${APPLICATION_PORT:9077}
web
:
static-content-location
:
file:/home/cristian/Documents/AVB_Backend/bytebot-html/
#static-content-location: file:/home/mgutierrez/Documentos/Bytesw/bytebot-workspace/dist/bytebot-html/
static-content-location
:
file:/home/mgutierrez/Descargas/dist-1/dist/bytebot-html/
#NOTA debe terminar con /
security
:
...
...
@@ -55,7 +56,7 @@ application:
multi-tenant-conf
:
exclude-service
:
/
authorization-service.url
:
http://localhost:17580
security
:
none
# none, basic, oauth2sso
security
:
none
#
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
:
...
...
@@ -93,6 +94,13 @@ application:
host
:
localhost
port
:
8161
queue-name
:
task_queue
bucket
:
tenant
:
T186A1
region
:
us-east-1
fileBucket
:
KB_Files
modelBucket
:
KB_Model
knowledge
:
url
:
"
http://127.0.0.1:3000/byteknowledgebaseApi"
spring
:
main
:
...
...
@@ -104,10 +112,10 @@ spring:
datasource
:
database-type
:
postgres
schemaName
:
avb
url
:
jdbc:postgresql://192.168.
21.74:5432/avb?useSSL=false
url
:
jdbc:postgresql://192.168.
0.115:5432/bytebot?useSSL=false¤tSchema=avb
driverClassName
:
'
org.postgresql.Driver'
username
:
postgres
password
:
password
:
postgres
minimum-idle
:
10
maximum-pool-size
:
10
validationQuery
:
SELECT 1
...
...
@@ -115,16 +123,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://1
27.0.0.1
:18080/oauth/token
userAuthorizationUri
:
http://1
27.0.0.1
:18080/oauth/authorize
accessTokenUri
:
http://1
92.168.0.115
:18080/oauth/token
userAuthorizationUri
:
http://1
92.168.0.115
:18080/oauth/authorize
oauth2-resource
:
userInfoUri
:
http://1
27.0.0.1
:18080/oauth/userinfo
logoutUri
:
http://1
27.0.0.1
:18080/oauth/userlogout
userInfoUri
:
http://1
92.168.0.115
:18080/oauth/userinfo
logoutUri
:
http://1
92.168.0.115
:18080/oauth/userlogout
tenants
:
-
id
:
T186A1
...
...
@@ -132,26 +140,26 @@ spring:
datasource
:
database-type
:
postgres
schemaName
:
avb
url
:
jdbc:postgresql://192.168.
21.74:5432/avb?useSSL=false
url
:
jdbc:postgresql://192.168.
0.115:5432/bytebot?useSSL=false¤tSchema=avb
driverClassName
:
'
org.postgresql.Driver'
username
:
postgres
password
:
password
:
postgres
minimum-idle
:
10
maximum-pool-size
:
10
validationQuery
:
SELECT 1
testWhileIdle
:
true
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://1
27.0.0.1
:18080/oauth/token
userAuthorizationUri
:
http://1
27.0.0.1
:18080/oauth/authorize
accessTokenUri
:
http://1
92.168.0.115
:18080/oauth/token
userAuthorizationUri
:
http://1
92.168.0.115
:18080/oauth/authorize
oauth2-resource
:
userInfoUri
:
http://1
27.0.0.1
:18080/oauth/userinfo
logoutUri
:
http://1
27.0.0.1
:18080/oauth/userlogout
userInfoUri
:
http://1
92.168.0.115
:18080/oauth/userinfo
logoutUri
:
http://1
92.168.0.115
:18080/oauth/userlogout
jpa
:
...
...
@@ -174,11 +182,11 @@ batch:
datasource
:
jdbc-driver
:
'
org.postgresql.Driver'
username
:
postgres
password
:
jdbc-url
:
jdbc:postgresql://
192.168.21.74:5432/broker_rasa_db?useSSL=false
password
:
postgres
jdbc-url
:
jdbc:postgresql://
localhost:5432/bytebot?useSSL=false¤tSchema=avb
query
:
'
select
*
from
events
WHERE
id
>
%d
order
by
id
asc'
logging.level.root
:
DEBUG
logging.level.root
:
INFO
logging.pattern.console
:
'
%d{dd-MM-yyyy
HH:mm:ss.SSS}
%magenta([%thread])
%highlight(%-5level)
%logger.%M
-
%msg%n'
logging.level.com.zaxxer.hikari
:
ERROR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment