gitignore, removed my development config and updated README.

This commit is contained in:
2018-04-30 22:43:14 +05:00
parent c557abbdb8
commit ab0217fd6a
3 changed files with 21 additions and 27 deletions

View File

@@ -1,26 +0,0 @@
# Database configuration.
# Only MySQL database is supported for now.
database:
address: "localhost"
port: "3306"
username: "fastpastebin"
password: "fastpastebin"
database: "fastpastebin"
# Logging configuration.
logging:
# Write log additionally to file?
log_to_file: false
# Log file name.
filename: ""
# Log level. Acceptable parameters: DEBUG, INFO, WARN, ERROR, FATAL, PANIC.
loglevel: "DEBUG"
# HTTP server configuration.
http:
address: "192.168.0.14"
port: "25544"
# By default we're allowing only HTTPS requests. Setting this to true
# will allow HTTP requests. Useful for developing or if you're
# running Fast Pastebin behind reverse proxy that does SSL termination.
allow_insecure: true