Subversion Repositories SmartDukaan

Rev

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

Rev 30223 Rev 32763
Line 79... Line 79...
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
 
83
 
-
 
84
# Charset of HTTP requests and responses. Added to the "Content-Type" header if not set explicitly.
-
 
85
spring.http.encoding.charset=UTF-8
-
 
86
# Enable http encoding support.
-
 
87
spring.http.encoding.enabled=true
-
 
88
# Force the encoding to the configured charset on HTTP requests and responses.
-
 
89
spring.http.encoding.force=true
-
 
90