Change password placeholder to something db:load_config can parse.
[arvados.git] / services / api / config / database.yml.sample
index 8f54e6630987377588d8ce0e00a2e59a3434b351..a16ea98910b85067023426fa0580303b460fe809 100644 (file)
@@ -1,17 +1,13 @@
 development:
-  adapter: postgresql
-  encoding: utf8
-  database: arvados_development
-  username: arvados
-  password: ********
-  host: localhost
+  adapter: sqlite3
+  database: db/arvados_development.sqlite3
 
 test:
   adapter: postgresql
   encoding: utf8
   database: arvados_test
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost
 
 production:
@@ -19,6 +15,6 @@ production:
   encoding: utf8
   database: arvados_production
   username: arvados
-  password: ********
+  password: xxxxxxxx
   host: localhost