rename qwaiter to mozo

This commit is contained in:
2025-09-20 17:35:58 -05:00
parent 7212d9041e
commit 0e051b1f93
99 changed files with 189 additions and 168 deletions
+5 -5
View File
@@ -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: {}
}