Use HOSTNAME for hostname instead of DOMAIN

rolling-testing
Inex Code 2021-11-18 19:53:25 +02:00
parent 74bbd61063
commit 2cd5e65579
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ makeConf() {
"databasePassword": "$DB_PASSWORD",
"domain": "$DOMAIN",
"hashedMasterPassword": "$HASHED_PASSWORD",
"hostname": "$DOMAIN",
"hostname": "$HOSTNAME",
"nextcloud": {
"enable": true,
"adminPassword": "$PASSWORD",