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
development:
clients:
default:
<<: *default_uri
<<: *default_client
database: cs_comments_service_development
hosts:
- localhost:27017
test:
clients:
default:
<<: *default_client
<<: *default_uri
<<: *default_client
production:
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