|
|
@@ -1,8 +1,8 @@
|
|
|
spring:
|
|
|
datasource:
|
|
|
# TODO: Should be replaced with psql after UAT
|
|
|
- # jdbc:postgresql://192.168.241.62:5432/crss_data
|
|
|
- url: jdbc:oracle:thin:@192.168.241.62:1521:ORCL
|
|
|
+ url: jdbc:postgresql://192.168.241.62:5432/crss_data
|
|
|
+# url: jdbc:oracle:thin:@192.168.241.62:1521:ORCL
|
|
|
username: crss_data
|
|
|
password: crss_data
|
|
|
hikari:
|