Add couchbase with modifications, formalize broadcaster and make testable and some other stuff
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
defaults: &defaults
|
||||
server: 127.0.0.1
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
bucket: qwaiter_development
|
||||
|
||||
|
||||
test:
|
||||
<<: *defaults
|
||||
bucket: qwaiter_test
|
||||
|
||||
production:
|
||||
<<: *defaults
|
||||
bucket: qwaiter
|
||||
Reference in New Issue
Block a user