From 0aa1d79621c85189059f5a10263654132792aa1f Mon Sep 17 00:00:00 2001 From: b3yond Date: Thu, 29 Mar 2018 00:21:14 +0200 Subject: [PATCH] changed default config after deployment learnings --- config.toml.example | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config.toml.example b/config.toml.example index 417b5f0..ebb2fb2 100644 --- a/config.toml.example +++ b/config.toml.example @@ -13,12 +13,8 @@ mailserver = "smtp.riseup.net" user = "user" passphrase = "sup3rs3cur3" -[logging] -# The directory where logs should be stored. -logpath = "logs/ticketfrei.log" - [database] -db_path = "ticketfrei.sqlite" +db_path = "/var/run/ticketfrei/db.sqlite" # when migrating to mysql: # username = "username" -# password = "password" \ No newline at end of file +# password = "password"