Update install/endurain-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Johann Grobe 2025-11-23 20:16:14 +01:00 committed by GitHub
parent f5a1dd4c40
commit b16d688a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,6 @@ FERNET_KEY=$(openssl rand -base64 32)
IP=$(hostname -I | awk '{print $1}') IP=$(hostname -I | awk '{print $1}')
ENDURAIN_HOST=http://${IP}:8080 ENDURAIN_HOST=http://${IP}:8080
cat <<EOF > /opt/endurain/.env cat <<EOF > /opt/endurain/.env
DB_PASSWORD=${PG_DB_PASS} DB_PASSWORD=${PG_DB_PASS}
SECRET_KEY=${SECRET_KEY} SECRET_KEY=${SECRET_KEY}