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
e1982103
Commit
e1982103
authored
Dec 10, 2021
by
Roberto Loayza Miljanovich
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
# Conflicts: # src/main/resources/application.yml
parents
ba4cee70
439cf8a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
application.yml
src/main/resources/application.yml
+11
-11
No files found.
src/main/resources/application.yml
View file @
e1982103
...
@@ -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_d
b?useSSL=false
jdbc-url
:
jdbc:postgresql://192.168.21.74:5432/
av
b?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
...
...
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