Working app now yeah
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ set :deploy_to, '/var/www/mozo.bar'
|
||||
# set :linked_files, %w{config/database.yml}
|
||||
|
||||
# Default value for linked_dirs is []
|
||||
# set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
|
||||
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
|
||||
|
||||
# Default value for default_env is {}
|
||||
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Qwaiter.event_host = "http://#{Rails.env.production? ? 'events.mozo.bar' : 'localhost'}:9296/faye"
|
||||
Qwaiter.event_host = "http://#{Rails.env.development? ? 'localhost' : 'events.mozo.bar'}:9296/faye"
|
||||
Qwaiter.broadcaster = Qwaiter::Broadcaster::Faye.new
|
||||
|
||||
# use the connection from couchbase-structures/documents
|
||||
Reference in New Issue
Block a user