Browse Source

Add pemc-staging profile for scheduler service

Monte Cillo Co 9 years ago
parent
commit
e2f2595a66
1 changed files with 19 additions and 1 deletions
  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