add config sample file
This commit is contained in:
parent
6e2dc64924
commit
10f2cdaef3
|
@ -0,0 +1,11 @@
|
|||
bind_host = "127.0.0.1"
|
||||
bind_port = 8080
|
||||
|
||||
smtp_host = "<SMTP-HOST>"
|
||||
smtp_port = 465
|
||||
smtp_username = "<SMTP-USERNAME>"
|
||||
smtp_password = "<SMTP-PASSWORD>"
|
||||
smtp_receiver = "<SMTP-RECEIVER>"
|
||||
|
||||
captcha_directory = "/tmp/netoik-api/captcha"
|
||||
captcha_expiration = "1h"
|
Loading…
Reference in New Issue