Add database-only option of storing iiip-server

This commit is contained in:
Tom Wiesing 2023-11-11 09:59:16 +01:00
parent 733aa237d1
commit 89317662de
No known key found for this signature in database
14 changed files with 37 additions and 10 deletions

View file

@ -12,6 +12,7 @@ interface ProvisionFlags {
interface System {
PHP: string
IIPServer: boolean
OpCacheDevelopment: boolean
ContentSecurityPolicy: string
}