@softvisio/core
Version:
Softisio core
15 lines (13 loc) • 584 B
YAML
- $id: config
type: object
properties:
email: { type: string, format: email }
test: { type: boolean }
useLocalStorage: { type: ["null", boolean] }
certificatesRenewInterval: { type: string, format: interval }
challengeMaxAge: { type: string, format: interval }
httpEnabled: { type: boolean }
dnsEnabled: { type: boolean }
cloudFlareServiceName: { type: string, format: kebab-case }
additionalProperties: false
required: [email, test, useLocalStorage, certificatesRenewInterval, challengeMaxAge, httpEnabled, dnsEnabled, cloudFlareServiceName]