Subversion Repositories SmartDukaan

Rev

Rev 35441 | Rev 35633 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# properties for development environment
solr.url=http://104.200.25.40:8983/solr/collection1/select
python.api.host=localhost
python.api.port=8057
saholic.api.host=shop2020.in
saholic.api.port=8080
saholic.api.webapp=mobileapi
#Max Allowed file size - 5MB
max.allowed.upload.size=5000000
hibernate.driver.class=com.mysql.jdbc.Driver
hibernate.url=jdbc:mysql://localhost:3306/dtr?useSSL=false
logging.level.org.springframework.web=DEBUG
org.springframework.boot.logging.LoggingSystem=log4j2
warehouse.hibernate.url=jdbc:mysql://localhost:3306/warehouse
hibernate.user.name=root
hibernate.password=shop2020
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
hibernate.jdbc.batch_size=50
hibernate.show_sql=true
hibernate.format_sql=true
# HikariCP Connection Pool Settings
hikari.maximumPoolSize=20
hikari.minimumIdle=2
hikari.idleTimeout=30000
hikari.maxLifetime=1800000
hikari.connectionTimeout=30000
admin.token=profitmandi
angular.app.url=http://localhost:4200
google.api.key=309385327230-ts2ho8ac44n1dlg1hi2vpuk3unucmvtj.apps.googleusercontent.com
google.secret.key=ST8M5QCK_dHH687IC9Q0wdLF
app.context.path=/
mongo.host=localhost
content.mongo.host=localhost
web.api.scheme=http
web.api.host=localhost
web.api.port=8080
web.api.root=/profitmandi-web
prod=false
reportico.url=http://45.79.106.95/run.php
new.solr.url=172.105.58.16
store.api.url=http://localhost:8080/profitmandi-web/
store.app.url=http://localhost:4200
app.token.url=http://localhost:8080/profitmandi-web/user/admin?
media.document.url=http://localhost:8080/document/

# Charset of HTTP requests and responses
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true
spring.http.encoding.force=true

# SQL Debugging
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE