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
This commit is contained in:
parent
380937f5a1
commit
12bb2c8d42
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user