forked from AkkomaGang/akkoma
Change default Postgres user/DB to akkoma
This commit is contained in:
parent
fef48af31e
commit
7dfc3f3d0e
1 changed files with 2 additions and 2 deletions
|
@ -100,14 +100,14 @@ def run(["gen" | rest]) 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 =
|
||||||
|
|
Loading…
Reference in a new issue