Subversion Repositories SmartDukaan

Rev

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

Rev 33472 Rev 35384
Line 78... Line 78...
78
loan.ccavenue.account.id=364379
78
loan.ccavenue.account.id=364379
79
loan.ccavenue.account.accesscode=AVLG05ID98AF42GLFA
79
loan.ccavenue.account.accesscode=AVLG05ID98AF42GLFA
80
loan.ccavenue.account.key=9CA9F3B7C1221BF2F07C8F6C6B9B006A
80
loan.ccavenue.account.key=9CA9F3B7C1221BF2F07C8F6C6B9B006A
81
loan.ccavenue.api.url = https://apitest.ccavenue.com/apis/servlet/DoWebTrans
81
loan.ccavenue.api.url = https://apitest.ccavenue.com/apis/servlet/DoWebTrans
82
app.token.url=http://localhost:8080/profitmandi-web/user/admin?
82
app.token.url=http://localhost:8080/profitmandi-web/user/admin?
-
 
83
media.document.url = http://localhost:8080/document/
83
 
84
 
84
# Charset of HTTP requests and responses. Added to the "Content-Type" header if not set explicitly.
85
# Charset of HTTP requests and responses. Added to the "Content-Type" header if not set explicitly.
85
spring.http.encoding.charset=UTF-8
86
spring.http.encoding.charset=UTF-8
86
# Enable http encoding support.
87
# Enable http encoding support.
87
spring.http.encoding.enabled=true
88
spring.http.encoding.enabled=true
88
# Force the encoding to the configured charset on HTTP requests and responses.
89
# Force the encoding to the configured charset on HTTP requests and responses.
89
spring.http.encoding.force=true
90
spring.http.encoding.force=true
-
 
91
 
-
 
92
# Show SQL queries
90
spring.jpa.show-sql=true
93
spring.jpa.show-sql=true
91
 
94
 
-
 
95
# Format SQL nicely (optional)
-
 
96
spring.jpa.properties.hibernate.format_sql=true
-
 
97
 
-
 
98
# Log SQL and bind parameter values
-
 
99
logging.level.org.hibernate.SQL=DEBUG
-
 
100
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
-
 
101
 
92
 
102