some paths added nad fixed
This commit is contained in:
@ -7,7 +7,9 @@ default: &default
|
|||||||
development:
|
development:
|
||||||
<<: *default
|
<<: *default
|
||||||
host: tcp://192.168.59.104:2376
|
host: tcp://192.168.59.104:2376
|
||||||
workspace_root: <%= File.join('/', 'shared', Rails.env) %>
|
ws_host: ws://192.168.59.104:2376
|
||||||
|
#workspace_root: <%= File.join('/', 'shared', Rails.env) %>
|
||||||
|
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
|
||||||
|
|
||||||
production:
|
production:
|
||||||
<<: *default
|
<<: *default
|
||||||
|
Reference in New Issue
Block a user