Merge branch 'master' into 6156-hostnames-in-nodes
[arvados.git] / services / api / config / database.yml.sample
index 51f1028072430e32c7eb522b35716a969695b6e6..6a2701622b0d3e1649ffe6c74a45ed36ce6b0a6e 100644 (file)
@@ -1,24 +1,24 @@
 development:
-  adapter: mysql
+  adapter: postgresql
   encoding: utf8
-  database: orvos_development
-  username: orvos
-  password: ********
+  database: arvados_development
+  username: arvados
+  password: xxxxxxxx
   host: localhost
 
 test:
-  adapter: mysql
+  adapter: postgresql
   encoding: utf8
-  database: orvos_test
-  username: orvos
-  password: ********
+  database: arvados_test
+  username: arvados
+  password: xxxxxxxx
   host: localhost
 
 production:
-  adapter: mysql
+  adapter: postgresql
   encoding: utf8
-  database: orvos_production
-  username: orvos
-  password: ********
+  database: arvados_production
+  username: arvados
+  password: xxxxxxxx
   host: localhost