Backend schema and migration modifications for allowing static hosts and locations

This commit is contained in:
Nikolaj Frey
2020-08-14 15:00:22 +10:00
parent d276381577
commit 1c302c6842
7 changed files with 85 additions and 16 deletions

View File

@@ -222,6 +222,11 @@
"description": "Should we cache assets",
"example": true,
"type": "boolean"
},
"static": {
"description": "Should the proxy point to static files",
"example": true,
"type": "boolean"
}
}
}