Added e-mail.
This commit is contained in:
parent
d0d8d82f60
commit
e1ab3bf84c
4 changed files with 179 additions and 18 deletions
config
|
@ -11,11 +11,34 @@ database = database
|
|||
charset = utf8mb4
|
||||
collation = utf8mb4_bin
|
||||
|
||||
[Cache]
|
||||
host = 127.0.0.1
|
||||
prefix = msz:
|
||||
|
||||
[Auth]
|
||||
prevent_registration = false
|
||||
|
||||
[Site]
|
||||
name = Misuzu
|
||||
description = Describe your description.
|
||||
twitter = flashiinet
|
||||
url = http://misuzu.localhost/
|
||||
;external_logo = https://static.flash.moe/images/flashii-logo-v2.png
|
||||
;social_media = https://twitter.com/flashiinet,https://www.youtube.com/user/flashiinet,https://plus.google.com/u/0/111396468161662583486
|
||||
;embed_linked_data = false
|
||||
|
||||
[GeoIP]
|
||||
database_path=/path/to/GeoLite2-Country.mmdb
|
||||
|
||||
[Mail]
|
||||
method = null
|
||||
|
||||
; method = sendmail
|
||||
; command = /usr/sbin/sendmail -bs
|
||||
|
||||
; method = smtp
|
||||
; host = smtp.misuzu.localhost
|
||||
; port = 25
|
||||
; encryption = tls
|
||||
; username = sys@misuzu.localhost
|
||||
; password = flashwaveiscool78
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue