Selaa lähdekoodia

switch to crss_table_partitioning temporatrily

mlnicolas 8 vuotta sitten
vanhempi
sitoutus
7a07dab5b2
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      crss-mq-computation/crss-mq-computation-dev2.yml

+ 3 - 1
crss-mq-computation/crss-mq-computation-dev2.yml

@@ -10,7 +10,9 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      #table-partitioning db. for testing partitioned table feature
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
+      #jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver