Update install/endurain-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
parent
f5a1dd4c40
commit
b16d688a1b
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user