6451: Don't crash on ArgumentError. Add test to verify that it doesn't crash.
[arvados.git] / services / api / config / database.yml.sample
index 8f54e6630987377588d8ce0e00a2e59a3434b351..f58cc11c95086c77257aed8331f2092786caddc5 100644 (file)
@@ -1,24 +1,27 @@
 development:
   adapter: postgresql
+  template: template0
   encoding: utf8
   database: arvados_development
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost
 
 test:
   adapter: postgresql
+  template: template0
   encoding: utf8
   database: arvados_test
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost
 
 production:
   adapter: postgresql
+  template: template0
   encoding: utf8
   database: arvados_production
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost