mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-04 15:11:07 +08:00
Set postgresql password
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
3a020c6e46
commit
94bd39ec11
3 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,9 @@ WEBLATE_SENTRY="$sentry"
|
|||
EXIM_PASS=$smtp_pass
|
||||
# $(openssl passwd -6 -salt $(openssl rand -hex 6) "$smtp_pass")
|
||||
|
||||
# Postgresql
|
||||
POSTGRES_PASS=$(openssl rand -hex 32)
|
||||
|
||||
# Munin
|
||||
MUNIN_ALLOW="$munin"
|
||||
EOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue