Explorar el Código

Add pemc-staging profile for scheduler service

Monte Cillo Co hace 9 años
padre
commit
e2f2595a66
Se han modificado 1 ficheros con 19 adiciones y 1 borrados
  1. 19 1
      crss-sched/crss-sched.yml

+ 19 - 1
crss-sched/crss-sched.yml

@@ -57,4 +57,22 @@ spring:
     database: POSTGRESQL
     properties:
       hibernate:
-        dialect: org.hibernate.dialect.PostgreSQL94Dialect
+        dialect: org.hibernate.dialect.PostgreSQL94Dialect
+
+---
+spring:
+  profiles: pemc-staging
+  jpa:
+    database: ORACLE
+    properties:
+      hibernate:
+        dialect: org.hibernate.dialect.Oracle10gDialect
+  datasource:
+    platform: oracle
+    url: jdbc:oracle:thin:@//192.168.43.62:1522/STLDB1
+    username: crss_scheduler
+    password: crss_scheduler
+    driverClassName: oracle.jdbc.OracleDriver
+    hikari:
+      connectionTimeout: 10000
+      maximumPoolSize: 20