Commit 4f418261 by Administrator

Update techhero-framework-auth-sitout.yml

parent f1b1ad84
spring:
redis:
database: 2
host: fdff:1:1:1::1
host: redisServer
port: 6379
password: techhero123
timeout: 5000
......@@ -26,13 +26,13 @@ spring:
primary: system
datasource:
system:
url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracleServer)(PORT=1521))(CONNECT_DATA=(SID=orcl)))
username: ur_base_local
password: YmFzZV9sb2NhbA==
driver-class-name: oracle.jdbc.OracleDriver
rabbitmq:
host: 119.96.87.17
host: rabbitmqServer
port: 5672
username: techhero
password: techhero
......
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