Refactor domain configuration to use a unified DOMAIN key across Nextcloud JSON files

This commit is contained in:
gyurix
2025-09-06 17:04:41 +02:00
parent 09371f8b4b
commit becd96416a
4 changed files with 62 additions and 50 deletions

View File

@@ -10,7 +10,7 @@
"details": "",
"info": "Nextcloud domain info",
"description": "Domain",
"key": "NEXTCLOUD_TRUSTED_DOMAINS",
"key": "DOMAIN",
"value": "",
"required": "true"
},