Subversion Repositories SmartDukaan

Rev

Rev 35384 | Rev 35597 | 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
21
hibernate.c3p0.min_size=5
22
hibernate.c3p0.max_size=20
23
hibernate.c3p0.timeout=300
24
hibernate.c3p0.max_statements=50
25
hibernate.c3p0.idle_test_period=3000
30222 amit.gupta 26
admin.token=profitmandi
27
angular.app.url=http://localhost:4200
28261 amit.gupta 28
google.api.key=309385327230-ts2ho8ac44n1dlg1hi2vpuk3unucmvtj.apps.googleusercontent.com
29
google.secret.key=ST8M5QCK_dHH687IC9Q0wdLF
22162 amit.gupta 30
app.context.path=/
24072 amit.gupta 31
mongo.host=localhost
32
content.mongo.host=localhost
33
web.api.scheme=http
23379 ashik.ali 34
web.api.host=localhost
23505 ashik.ali 35
web.api.port=8080
24077 amit.gupta 36
web.api.root=/profitmandi-web
25834 amit.gupta 37
prod=false
30222 amit.gupta 38
reportico.url=http://45.79.106.95/run.php
33472 amit.gupta 39
new.solr.url=172.105.58.16
27066 amit.gupta 40
store.api.url=http://localhost:8080/profitmandi-web/
30222 amit.gupta 41
store.app.url=http://localhost:4200
42
app.token.url=http://localhost:8080/profitmandi-web/user/admin?
35441 amit 43
media.document.url=http://localhost:8080/document/
28247 amit.gupta 44
 
35441 amit 45
# Charset of HTTP requests and responses
32763 amit.gupta 46
spring.http.encoding.charset=UTF-8
47
spring.http.encoding.enabled=true
48
spring.http.encoding.force=true
35384 amit 49
 
35441 amit 50
# SQL Debugging
33472 amit.gupta 51
spring.jpa.show-sql=true
35384 amit 52
spring.jpa.properties.hibernate.format_sql=true
53
logging.level.org.hibernate.SQL=DEBUG
54
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE