From 12bb2c8d42cf009346d60ac6ef930537b730f516 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Mon, 23 Feb 2015 12:34:38 -0800 Subject: [PATCH] Moved working_directory configuration element into correct block. The working_directory config flag was in [oauth] block, when it should have been in [default]. Change-Id: I4f6d632d7dce4c856cba2569246ab6101224de60 --- templates/storyboard.conf.erb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/storyboard.conf.erb b/templates/storyboard.conf.erb index cebb62d..6837f1d 100644 --- a/templates/storyboard.conf.erb +++ b/templates/storyboard.conf.erb @@ -8,6 +8,10 @@ # Where to store lock files lock_path = $state_path/lock +# Storyboard's working directory. Please ensure that the storyboard user has +# read/write access to this directory. +working_directory = <%= @working_root %> + # log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s # log_date_format = %Y-%m-%d %H:%M:%S @@ -53,9 +57,6 @@ access_token_ttl = <%= @access_token_ttl %> # Time in seconds before an refresh_token expires refresh_token_ttl = <%= @refresh_token_ttl %> -# The root path to storyboard's working directory -working_directory = <%= @working_root %> - [cron] # Storyboard's cron management configuration