properties files fixed
This commit is contained in:
parent
ae3b9785f9
commit
725a0ee55f
@ -15,7 +15,7 @@
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>spring.profiles.default</param-name>
|
||||
<param-value>production</param-value>
|
||||
<param-value>bridging</param-value>
|
||||
</context-param>
|
||||
|
||||
<listener>
|
||||
|
||||
@ -0,0 +1,25 @@
|
||||
jdbc.driver = org.postgresql.Driver
|
||||
|
||||
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
||||
hibernate.hbm2ddl = none
|
||||
hibernate.format_sql = false
|
||||
hibernate.show_sql = false
|
||||
|
||||
hikari.config.maximum.pool.size = 50
|
||||
|
||||
# DB Production
|
||||
jdbc.url = jdbc:postgresql://192.168.12.1:5432/rsab_hk_production
|
||||
jdbc.username = postgres
|
||||
jdbc.password = root
|
||||
jdbc.serverName = 192.168.12.1
|
||||
jdbc.databaseName = rsab_hk_production
|
||||
jdbc.portNumber = 5432
|
||||
|
||||
corePoolSizeAsyncConfigurer = 50
|
||||
maxPoolSizeAsyncConfigurer = 100
|
||||
|
||||
presensiCapturePath=//mnt//images//
|
||||
reportDirectory=/home/svradmin/app-back/uploadfile/
|
||||
|
||||
urlServiceSarPras=https://smart.rsabhk.co.id:2222/jasamedika-web/
|
||||
urlService=https://smart.rsabhk.co.id:2222/simrs_harkit/service/transaksi/
|
||||
25
jasamedika-config/src/main/resources/jdbc.cssd.properties
Normal file
25
jasamedika-config/src/main/resources/jdbc.cssd.properties
Normal file
@ -0,0 +1,25 @@
|
||||
jdbc.driver = org.postgresql.Driver
|
||||
|
||||
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
||||
hibernate.hbm2ddl = none
|
||||
hibernate.format_sql = false
|
||||
hibernate.show_sql = false
|
||||
|
||||
hikari.config.maximum.pool.size = 5
|
||||
|
||||
# DB Production
|
||||
jdbc.url = jdbc:postgresql://192.168.12.1:5432/rsab_hk_production
|
||||
jdbc.username = postgres
|
||||
jdbc.password = root
|
||||
jdbc.serverName = 192.168.12.1
|
||||
jdbc.databaseName = rsab_hk_production
|
||||
jdbc.portNumber = 5432
|
||||
|
||||
corePoolSizeAsyncConfigurer = 5
|
||||
maxPoolSizeAsyncConfigurer = 5
|
||||
|
||||
presensiCapturePath=//mnt//images//
|
||||
reportDirectory=/home/svradmin/app-back/uploadfile/
|
||||
|
||||
urlServiceSarPras=https://smart.rsabhk.co.id:2222/jasamedika-web/
|
||||
urlService=https://smart.rsabhk.co.id:2222/simrs_harkit/service/transaksi/
|
||||
@ -21,5 +21,5 @@ maxPoolSizeAsyncConfigurer = 5
|
||||
presensiCapturePath=//tmp//
|
||||
reportDirectory=/home/svradmin/app-back/uploadfile/
|
||||
|
||||
urlServiceSarPras=http://localhost:8888/jasamedika-web/
|
||||
urlService=http://192.168.12.2/simrs_harkit/service/transaksi/
|
||||
urlServiceSarPras=http://192.168.12.3:8080/jasamedika-web/
|
||||
urlService=http://192.168.12.3:5555/simrs_harkit/service/transaksi/
|
||||
@ -1,7 +0,0 @@
|
||||
# DB Logging
|
||||
#jdbcLogging.driver=com.mysql.jdbc.Driver
|
||||
#jdbcLogging.url=jdbc:mysql://localhost:3306/medifirst2000
|
||||
#jdbcLogging.url=jdbc:mysql://192.168.12.1:3306/rsab_hk_development
|
||||
#jdbcLogging.username=root
|
||||
#jdbcLogging.password=
|
||||
#hibernate.hbm2ddl = update
|
||||
@ -21,5 +21,5 @@ maxPoolSizeAsyncConfigurer = 100
|
||||
presensiCapturePath=//mnt//images//
|
||||
reportDirectory=/home/svradmin/app-back/uploadfile/
|
||||
|
||||
urlServiceSarPras=http://localhost:8888/jasamedika-web/
|
||||
urlService=http://192.168.12.2/simrs_harkit/service/transaksi/
|
||||
urlServiceSarPras=https://smart.rsabhk.co.id:2222/jasamedika-web/
|
||||
urlService=https://smart.rsabhk.co.id:2222/simrs_harkit/service/transaksi/
|
||||
@ -21,5 +21,5 @@ maxPoolSizeAsyncConfigurer = 100
|
||||
presensiCapturePath=//mnt//images//
|
||||
reportDirectory=/home/svradmin/app-back/uploadfile/
|
||||
|
||||
urlServiceSarPras=http://localhost:8888/jasamedika-web/
|
||||
urlService=http://192.168.12.2/simrs_harkit/service/transaksi/
|
||||
urlServiceSarPras=https://smart.rsabhk.co.id:2222/jasamedika-web/
|
||||
urlService=https://smart.rsabhk.co.id:2222/simrs_harkit/service/transaksi/
|
||||
@ -1,19 +0,0 @@
|
||||
# DB Development
|
||||
#jdbc.driver = org.postgresql.Driver
|
||||
#jdbc.url = jdbc:postgresql://192.168.12.1:5432/rsab_hk_production
|
||||
#jdbc.url = jdbc:postgresql://192.168.12.4:5432/rsab_hk_development
|
||||
#jdbc.username = postgres
|
||||
#jdbc.password = root
|
||||
#jdbc.serverName = 192.168.12.4
|
||||
#jdbc.databaseName = rsab_hk_development
|
||||
#jdbc.portNumber = 5432
|
||||
#hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
||||
#hibernate.hbm2ddl = none
|
||||
|
||||
|
||||
#jdbc.driver = com.mysql.jdbc.Driver
|
||||
#jdbc.url = jdbc:mysql://192.168.12.1/medifirst2000?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
|
||||
#jdbc.username = root
|
||||
#jdbc.password = adminmysql
|
||||
#hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
|
||||
#hibernate.hbm2ddl = update
|
||||
@ -15,7 +15,7 @@
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>spring.profiles.default</param-name>
|
||||
<param-value>production</param-value>
|
||||
<param-value>cssd</param-value>
|
||||
</context-param>
|
||||
|
||||
<listener>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>spring.profiles.default</param-name>
|
||||
<param-value>production</param-value>
|
||||
<param-value>ip3rs</param-value>
|
||||
</context-param>
|
||||
|
||||
<listener>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>spring.profiles.default</param-name>
|
||||
<param-value>production</param-value>
|
||||
<param-value>it</param-value>
|
||||
</context-param>
|
||||
|
||||
<listener>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>spring.profiles.default</param-name>
|
||||
<param-value>production</param-value>
|
||||
<param-value>k3kl</param-value>
|
||||
</context-param>
|
||||
|
||||
<listener>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>spring.profiles.default</param-name>
|
||||
<param-value>production</param-value>
|
||||
<param-value>laundry</param-value>
|
||||
</context-param>
|
||||
|
||||
<listener>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>spring.profiles.default</param-name>
|
||||
<param-value>production</param-value>
|
||||
<param-value>web</param-value>
|
||||
</context-param>
|
||||
|
||||
<listener>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user