Merge branch '3692-event-bus-fix-and' closes #3692
[arvados.git] / services / api / config / database.yml.sample
index 25fcc7ada79ba516073a6c206699b26792d1b6f7..6a2701622b0d3e1649ffe6c74a45ed36ce6b0a6e 100644 (file)
@@ -1,13 +1,17 @@
 development:
-  adapter: sqlite3
-  database: db/arvados_development.sqlite3
+  adapter: postgresql
+  encoding: utf8
+  database: arvados_development
+  username: arvados
+  password: xxxxxxxx
+  host: localhost
 
 test:
   adapter: postgresql
   encoding: utf8
   database: arvados_test
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost
 
 production:
@@ -15,6 +19,6 @@ production:
   encoding: utf8
   database: arvados_production
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost