Make changes proposed by @pztrn

This commit is contained in:
Timur Demin
2019-07-20 14:16:06 +05:00
parent dbf82e213b
commit d9a46aa5b3
4 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
database:
type: "mysql"
path: "./data"
address: "database"
port: "3306"
username: "fastpastebin"
password: "fastpastebin"
database: "fastpastebin"
logging:
log_to_file: false
filename: ""
# Log level. Acceptable parameters: DEBUG, INFO, WARN, ERROR, FATAL, PANIC.
loglevel: "DEBUG"
http:
address: "0.0.0.0"
port: "25544"
allow_insecure: true
pastes:
pagination: 10