Default DB configuration to false and set the default database name to

`pleroma` instead of `pleroma_dev`
stable
rinpatch 5 years ago
parent d55358f370
commit 89fead9250

@ -112,12 +112,12 @@ defmodule Mix.Tasks.Pleroma.Instance do
options,
:db_configurable,
"Do you want to store the configuration in the database (allows controlling it from admin-fe)? (y/n)",
"y"
"n"
) === "y"
dbhost = get_option(options, :dbhost, "What is the hostname of your database?", "localhost")
dbname = get_option(options, :dbname, "What is the name of your database?", "pleroma_dev")
dbname = get_option(options, :dbname, "What is the name of your database?", "pleroma")
dbuser =
get_option(

Loading…
Cancel
Save