Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
2f68744a
Commit
2f68744a
authored
Jul 13, 2018
by
Menethil
Browse files
添加打包缺少的配置项
parent
02679509
Changes
3
Hide whitespace changes
Inline
Side-by-side
litemall-all/src/main/resources/application-dep.properties
View file @
2f68744a
...
...
@@ -29,3 +29,9 @@ logging.level.org.linlinjava.litemall=DEBUG
# 开发者应该设置成自己的域名,必须附带http或者https
org.linlinjava.litemall.os.address
=
http://122.152.206.172
org.linlinjava.litemall.os.port
=
8080
wx.app-id
=
wxa5b486c6b918ecfb
wx.app-secret
=
e04004829d4c383b4db7769d88dfbca1
wx.mch-id
=
wx.mch-key
=
wx.notify-url
=
litemall-all/src/main/resources/application-dev.properties
View file @
2f68744a
...
...
@@ -29,3 +29,9 @@ logging.level.org.linlinjava.litemall=DEBUG
# 开发者应该设置成自己的域名,必须附带http或者https
org.linlinjava.litemall.os.address
=
http://127.0.0.1
org.linlinjava.litemall.os.port
=
8080
wx.app-id
=
wxa5b486c6b918ecfb
wx.app-secret
=
e04004829d4c383b4db7769d88dfbca1
wx.mch-id
=
wx.mch-key
=
wx.notify-url
=
litemall-all/src/main/resources/application-prod.properties
View file @
2f68744a
...
...
@@ -27,4 +27,10 @@ logging.level.org.linlinjava.litemall=ERROR
# 开发者应该设置成自己的域名,必须附带http或者https
org.linlinjava.litemall.os.address
=
https://www.example.com
org.linlinjava.litemall.os.port
=
443
\ No newline at end of file
org.linlinjava.litemall.os.port
=
443
wx.app-id
=
wxa5b486c6b918ecfb
wx.app-secret
=
e04004829d4c383b4db7769d88dfbca1
wx.mch-id
=
wx.mch-key
=
wx.notify-url
=
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment