mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
Merge pull request #18 from youngxhui/patch-2
add valine comments params
This commit is contained in:
commit
3612514e2d
1 changed files with 10 additions and 0 deletions
|
@ -165,3 +165,13 @@ owner = ""
|
||||||
repo = ""
|
repo = ""
|
||||||
clientId = ""
|
clientId = ""
|
||||||
clientSecret = ""
|
clientSecret = ""
|
||||||
|
|
||||||
|
[params.valine]
|
||||||
|
enable = false
|
||||||
|
appId = 'your appId'
|
||||||
|
appKey = 'your appKey'
|
||||||
|
notify = false # mail notifier , https://github.com/xCss/Valine/wiki
|
||||||
|
verify = false # Verification code
|
||||||
|
avatar = 'mm'
|
||||||
|
placeholder = 'your comments ...'
|
||||||
|
visitor = true
|
||||||
|
|
Loading…
Reference in a new issue