mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
lxc-forgejo: Replace 127.0.0.1 with localhost
This commit is contained in:
parent
92c971566f
commit
cb05e65788
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
|||
$STD apt-get install -y postgresql
|
||||
echo "" >>~/forgejo.creds
|
||||
echo -e "Database Type: \e[32mPostgresQL\e[0m" >>~/forgejo.creds
|
||||
echo -e "PostgresQL Database Host: \e[32m127.0.0.1:5432\e[0m" >>~/forgejo.creds
|
||||
echo -e "PostgresQL Database Host: \e[32mlocalhost:5432\e[0m" >>~/forgejo.creds
|
||||
echo -e "Forgejo PostgresQL Database User: \e[32m$DB_USER\e[0m" >>~/forgejo.creds
|
||||
echo -e "Forgejo PostgresQL Database Password: \e[32m$DB_PASS\e[0m" >>~/forgejo.creds
|
||||
echo -e "Forgejo PostgresQL Database Name: \e[32m$DB_NAME\e[0m" >>~/forgejo.creds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue