Change default Postgres user/DB to akkoma #63

Merged
floatingghost merged 2 commits from norm/akkoma:default-db-name into develop 2022-07-13 12:16:41 +00:00

View file

@ -100,14 +100,14 @@ defmodule Mix.Tasks.Pleroma.Instance do
dbhost = get_option(options, :dbhost, "What is the hostname of your database?", "localhost") 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") dbname = get_option(options, :dbname, "What is the name of your database?", "akkoma")
dbuser = dbuser =
get_option( get_option(
options, options,
:dbuser, :dbuser,
"What is the user used to connect to your database?", "What is the user used to connect to your database?",
"pleroma" "akkoma"
) )
dbpass = dbpass =