rename qwaiter to mozo
This commit is contained in:
@@ -11,7 +11,7 @@ module CouchbaseSetting
|
||||
end
|
||||
|
||||
def self.bucket
|
||||
config :bucket, default: 'qwaiter'
|
||||
config :bucket, default: 'mozo'
|
||||
end
|
||||
|
||||
def self.config(setting, default: nil)
|
||||
@@ -22,19 +22,19 @@ end
|
||||
CouchbaseSetting.configs = {
|
||||
supplier_counters: {
|
||||
development: {
|
||||
bucket: 'qwaiter_development'
|
||||
bucket: 'mozo_development'
|
||||
},
|
||||
test:{
|
||||
bucket: 'qwaiter_development'
|
||||
bucket: 'mozo_development'
|
||||
},
|
||||
production: {}
|
||||
},
|
||||
queue: {
|
||||
development: {
|
||||
bucket: 'qwaiter_development'
|
||||
bucket: 'mozo_development'
|
||||
},
|
||||
test:{
|
||||
bucket: 'qwaiter_development'
|
||||
bucket: 'mozo_development'
|
||||
},
|
||||
production: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user