Rebrand to mozo.bar
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
# is considered to be the first unless any hosts have the primary
|
||||
# property set. Don't declare `role :all`, it's a meta role.
|
||||
|
||||
role :app, %w{root@deploy.qwaiter.com}
|
||||
role :web, %w{root@deploy.qwaiter.com}
|
||||
role :db, %w{root@deploy.qwaiter.com}
|
||||
role :app, %w{root@deploy.mozo.bar}
|
||||
role :web, %w{root@deploy.mozo.bar}
|
||||
role :db, %w{root@deploy.mozo.bar}
|
||||
|
||||
|
||||
# Extended Server Syntax
|
||||
@@ -15,7 +15,7 @@ role :db, %w{root@deploy.qwaiter.com}
|
||||
# server list. The second argument is a, or duck-types, Hash and is
|
||||
# used to set extended properties on the server.
|
||||
|
||||
server 'deploy.qwaiter.com', user: 'root', roles: %w{web app}, my_property: :my_value
|
||||
server 'deploy.mozo.bar', user: 'root', roles: %w{web app}, my_property: :my_value
|
||||
|
||||
|
||||
# Custom SSH Options
|
||||
@@ -33,7 +33,7 @@ server 'deploy.qwaiter.com', user: 'root', roles: %w{web app}, my_property: :my_
|
||||
#
|
||||
# And/or per server (overrides global)
|
||||
# ------------------------------------
|
||||
# server 'qwaiter.com',
|
||||
# server 'mozo.bar',
|
||||
# user: 'user_name',
|
||||
# roles: %w{web app},
|
||||
# ssh_options: {
|
||||
|
||||
@@ -61,7 +61,7 @@ Qwaiter::Application.configure do
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
config.action_mailer.default_url_options = {
|
||||
host: 'www.qwaiter.com'
|
||||
host: 'www.mozo.bar'
|
||||
}
|
||||
config.action_mailer.smtp_settings = {
|
||||
address: "smtp.gmail.com",
|
||||
|
||||
@@ -36,7 +36,7 @@ Qwaiter::Application.configure do
|
||||
# The :test delivery method accumulates sent emails in the
|
||||
# ActionMailer::Base.deliveries array.
|
||||
config.action_mailer.default_url_options = {
|
||||
host: 'www.qwaiter.com'
|
||||
host: 'www.mozo.bar'
|
||||
}
|
||||
config.action_mailer.delivery_method = :test
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Devise.setup do |config|
|
||||
# Configure the e-mail address which will be shown in Devise::Mailer,
|
||||
# note that it will be overwritten if you use your own mailer class
|
||||
# with default "from" parameter.
|
||||
config.mailer_sender = 'service@qwaiter.com'
|
||||
config.mailer_sender = 'service@mozo.bar'
|
||||
|
||||
# Configure the class responsible to send e-mails.
|
||||
# config.mailer = 'Devise::Mailer'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Qwaiter.event_host = "http://#{Rails.env.production? ? 'events.qwaiter.com' : 'localhost'}:9296/faye"
|
||||
Qwaiter.event_host = "http://#{Rails.env.production? ? 'events.mozo.bar' : 'localhost'}:9296/faye"
|
||||
Qwaiter.broadcaster = Qwaiter::Broadcaster::Faye.new
|
||||
|
||||
# use the connection from couchbase-structures/documents
|
||||
|
||||
Reference in New Issue
Block a user