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