Commit 61949645 by Administrator

Update techhero-platform-transdata-dev.yml

parent 2f0a8202
spring:
redis:
database: 10
host:
database: 5
host: fdff:1:1:1::1
port: 6379
password: techhero
password: techhero123
timeout: 5000
pool:
max-active: 8
......@@ -23,17 +23,15 @@ spring:
validation-query: select 1 from dual
filters: stat,slf4j
dynamic:
primary: permission
primary: transdata
datasource:
permission:
url: jdbc:oracle:thin:@databaseServer:30100:orcl
username: ur_base_local001
password: YmFzZV9sb2NhbA
transdata:
url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
username: nr_inner_data_dev
password: ZXJfZGF0YV9kZXY=
driver-class-name: oracle.jdbc.OracleDriver
dict:
url: jdbc:oracle:thin:@databaseServer:30100:orcl
username: ur_dict_local001
password: ZGljdF9sb2NhbA
driver-class-name: oracle.jdbc.OracleDriver
url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=[fdff:1:1:1::1])(PORT=1521))(CONNECT_DATA=(SID=orcl)))
username: nr_dict_dev
password: bnJfZGljdF9kZXY=
driver-class-name: oracle.jdbc.OracleDriver
\ No newline at end of file
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