Commit 4ca7733d by Robert Raposa

Update development db to match others.

The service is no longer authorized to edit a database of a different name,
so this changes the development database name to match the name of
other environments.
parent 67b79a92
...@@ -15,16 +15,14 @@ common_uri: &default_uri ...@@ -15,16 +15,14 @@ common_uri: &default_uri
development: development:
clients: clients:
default: default:
<<: *default_uri
<<: *default_client <<: *default_client
database: cs_comments_service_development
hosts:
- localhost:27017
test: test:
clients: clients:
default: default:
<<: *default_client
<<: *default_uri <<: *default_uri
<<: *default_client
production: production:
clients: clients:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment