From af19fa20fe4c7d3429de0e807cdbda4ec5e3e144 Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 20 Oct 2014 19:33:14 +0200 Subject: [PATCH] define pids directory and log path per default --- config.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index b95cec6..c71383c 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -39,10 +39,10 @@ avatar_url: '/images/avatars/' debug: false # If no log_path is specified, the server logs to stdout -# log_path: /path/to/libertree-backend-rb.log +log_path: logs/backend.log # Specify a pid_dir to have the process id written to a file in that dir. -# pid_dir: /path/to/libertree-backend-rb/pids +pid_dir: pids/ # websocket server settings websocket_listen_host: 0.0.0.0