Commit f1b1ad84 by Administrator

Update techhero-resources-dictionary-sitout.yml

parent 8177f570
spring: spring:
redis: redis:
database: 2 database: 2
host: fdff:1:1:1::1 host: redisServer
port: 6379 port: 6379
password: techhero123 password: techhero123
timeout: 5000 timeout: 5000
...@@ -26,7 +26,7 @@ spring: ...@@ -26,7 +26,7 @@ spring:
primary: dict primary: dict
datasource: datasource:
dict: dict:
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=orcleServer)(PORT=1521))(CONNECT_DATA=(SID=orcl)))
username: ur_dict_local username: ur_dict_local
password: ZGljdF9sb2NhbA== password: ZGljdF9sb2NhbA==
driver-class-name: oracle.jdbc.OracleDriver 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