Subversion Repositories SmartDukaan

Rev

Rev 35597 | Rev 35832 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21555 kshitij.so 1
# properties for development environment
35441 amit 2
solr.url=http://104.200.25.40:8983/solr/collection1/select
3
python.api.host=localhost
4
python.api.port=8057
5
saholic.api.host=shop2020.in
6
saholic.api.port=8080
7
saholic.api.webapp=mobileapi
21555 kshitij.so 8
#Max Allowed file size - 5MB
35441 amit 9
max.allowed.upload.size=5000000
21555 kshitij.so 10
hibernate.driver.class=com.mysql.jdbc.Driver
30222 amit.gupta 11
hibernate.url=jdbc:mysql://localhost:3306/dtr?useSSL=false
23884 amit.gupta 12
logging.level.org.springframework.web=DEBUG
13
org.springframework.boot.logging.LoggingSystem=log4j2
14
warehouse.hibernate.url=jdbc:mysql://localhost:3306/warehouse
21555 kshitij.so 15
hibernate.user.name=root
16
hibernate.password=shop2020
17
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
18
hibernate.jdbc.batch_size=50
19
hibernate.show_sql=true
20
hibernate.format_sql=true
35597 amit 21
# HikariCP Connection Pool Settings
22
hikari.maximumPoolSize=20
23
hikari.minimumIdle=2
24
hikari.idleTimeout=30000
25
hikari.maxLifetime=1800000
26
hikari.connectionTimeout=30000
35633 amit 27
hikari.keepaliveTime=300000
30222 amit.gupta 28
admin.token=profitmandi
29
angular.app.url=http://localhost:4200
28261 amit.gupta 30
google.api.key=309385327230-ts2ho8ac44n1dlg1hi2vpuk3unucmvtj.apps.googleusercontent.com
31
google.secret.key=ST8M5QCK_dHH687IC9Q0wdLF
22162 amit.gupta 32
app.context.path=/
24072 amit.gupta 33
mongo.host=localhost
34
content.mongo.host=localhost
35
web.api.scheme=http
23379 ashik.ali 36
web.api.host=localhost
23505 ashik.ali 37
web.api.port=8080
24077 amit.gupta 38
web.api.root=/profitmandi-web
25834 amit.gupta 39
prod=false
30222 amit.gupta 40
reportico.url=http://45.79.106.95/run.php
33472 amit.gupta 41
new.solr.url=172.105.58.16
27066 amit.gupta 42
store.api.url=http://localhost:8080/profitmandi-web/
30222 amit.gupta 43
store.app.url=http://localhost:4200
44
app.token.url=http://localhost:8080/profitmandi-web/user/admin?
35441 amit 45
media.document.url=http://localhost:8080/document/
28247 amit.gupta 46
 
35441 amit 47
# Charset of HTTP requests and responses
32763 amit.gupta 48
spring.http.encoding.charset=UTF-8
49
spring.http.encoding.enabled=true
50
spring.http.encoding.force=true
35384 amit 51
 
35441 amit 52
# SQL Debugging
33472 amit.gupta 53
spring.jpa.show-sql=true
35384 amit 54
spring.jpa.properties.hibernate.format_sql=true
55
logging.level.org.hibernate.SQL=DEBUG
56
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE