Subversion Repositories SmartDukaan

Rev

Rev 35868 | Rev 36369 | 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
23884 amit.gupta 10
logging.level.org.springframework.web=DEBUG
11
org.springframework.boot.logging.LoggingSystem=log4j2
12
warehouse.hibernate.url=jdbc:mysql://localhost:3306/warehouse
30222 amit.gupta 13
admin.token=profitmandi
14
angular.app.url=http://localhost:4200
28261 amit.gupta 15
google.api.key=309385327230-ts2ho8ac44n1dlg1hi2vpuk3unucmvtj.apps.googleusercontent.com
16
google.secret.key=ST8M5QCK_dHH687IC9Q0wdLF
22162 amit.gupta 17
app.context.path=/
24072 amit.gupta 18
web.api.scheme=http
23379 ashik.ali 19
web.api.host=localhost
23505 ashik.ali 20
web.api.port=8080
24077 amit.gupta 21
web.api.root=/profitmandi-web
25834 amit.gupta 22
prod=false
30222 amit.gupta 23
reportico.url=http://45.79.106.95/run.php
33472 amit.gupta 24
new.solr.url=172.105.58.16
27066 amit.gupta 25
store.api.url=http://localhost:8080/profitmandi-web/
30222 amit.gupta 26
store.app.url=http://localhost:4200
27
app.token.url=http://localhost:8080/profitmandi-web/user/admin?
35441 amit 28
media.document.url=http://localhost:8080/document/
28247 amit.gupta 29
 
35441 amit 30
# Charset of HTTP requests and responses
32763 amit.gupta 31
spring.http.encoding.charset=UTF-8
32
spring.http.encoding.enabled=true
33
spring.http.encoding.force=true
35384 amit 34
 
35441 amit 35
# SQL Debugging
33472 amit.gupta 36
spring.jpa.show-sql=true
35384 amit 37
spring.jpa.properties.hibernate.format_sql=true
38
logging.level.org.hibernate.SQL=DEBUG
39
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
35867 ranu 40
# Knowlarity Scraper - set to true to enable auto-scraping
35879 ranu 41
knowlarity.scraper.enabled=true