Set postgresql password

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2019-09-22 20:40:56 +02:00
parent 3a020c6e46
commit 94bd39ec11
3 changed files with 5 additions and 0 deletions

View file

@ -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