first working server
This commit is contained in:
13
configs/config.template.json
Normal file
13
configs/config.template.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"db":
|
||||
{
|
||||
"DBPath": "data/db.sqlite3"
|
||||
},
|
||||
"smtp": {
|
||||
"server": "mail.server.com",
|
||||
"user": "username",
|
||||
"password": "password",
|
||||
"port": 465,
|
||||
"mailtype": "html"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user