Subversion Repositories SmartDukaan

Rev

Rev 35448 | Rev 35633 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35448 Rev 35596
Line 15... Line 15...
15
hibernate.password=shop2020
15
hibernate.password=shop2020
16
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
16
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
17
hibernate.jdbc.batch_size=50
17
hibernate.jdbc.batch_size=50
18
hibernate.show_sql=true
18
hibernate.show_sql=true
19
hibernate.format_sql=true
19
hibernate.format_sql=true
-
 
20
# HikariCP Connection Pool Settings
20
hibernate.c3p0.min_size=5
21
hikari.maximumPoolSize=20
21
hibernate.c3p0.max_size=20
22
hikari.minimumIdle=2
22
hibernate.c3p0.timeout=300
23
hikari.idleTimeout=30000
23
hibernate.c3p0.max_statements=50
24
hikari.maxLifetime=1800000
24
hibernate.c3p0.idle_test_period=3000
25
hikari.connectionTimeout=30000
25
angular.app.url = http://localhost:4200
26
angular.app.url = http://localhost:4200
26
store.app.url = http://localhost:4200
27
store.app.url = http://localhost:4200
27
notifications.api.host=104.200.25.40
28
notifications.api.host=104.200.25.40
28
notifications.api.port=3001
29
notifications.api.port=3001
29
mongo.host=localhost
30
mongo.host=localhost