16552: change default db name to just arvados.
[arvados.git] / lib / install / init.go
index f65eae54c3f75366dc9b3b7f76899af174d5686b..b7ca0701fb08d9a55b2dba3abe66ab8db9f9e8e4 100644 (file)
@@ -201,7 +201,7 @@ func (initcmd *initCommand) RunCommand(prog string, args []string, stdin io.Read
     ManagementToken: {{printf "%q" ( .RandomHex 50 )}}
     PostgreSQL:
       Connection:
-        dbname: arvados_production
+        dbname: arvados
         host: localhost
         user: arvados
         password: {{printf "%q" .PostgreSQLPassword}}