6451: Don't crash on ArgumentError. Add test to verify that it doesn't crash.
[arvados.git] / services / api / config / database.yml.sample
index 25fcc7ada79ba516073a6c206699b26792d1b6f7..f58cc11c95086c77257aed8331f2092786caddc5 100644 (file)
@@ -1,20 +1,27 @@
 development:
-  adapter: sqlite3
-  database: db/arvados_development.sqlite3
+  adapter: postgresql
+  template: template0
+  encoding: utf8
+  database: arvados_development
+  username: arvados
+  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