[
{
"Blog": {
"AllowFormSubmission": true,
"Enable": true
},
"Database": {
"ConnectionString": "por....db",
"Dialect": "`sqlite3`",
"EnableLogs": true,
"MaxRetries": 3,
"RetryDelay": 5000
},
"Forms": {
"Enable": false
},
"HostPort": 3001,
"JwtSigningKey": "<string>",
"LicenseKey": "XXX",
"LogFormat": "prod",
"LogLevel": "info",
"PortalAPISecret": "portal123",
"ProductDocRenderer": "stoplight",
"RefreshInterval": 10,
"S3": {
"ACL": "<string>",
"AccessKey": "<string>",
"Bucket": "<string>",
"Endpoint": "<string>",
"PresignURLs": true,
"Region": "<string>",
"SecretKey": "<string>"
},
"Site": {
"Enable": true
},
"Storage": "`db`",
"StoreSessionName": "portal-store-session-name",
"TLSConfig": {
"Certificates": [
{
"CertFile": "portal.crt",
"KeyFile": "portal.key",
"Name": "localhost"
}
],
"Enable": true,
"InsecureSkipVerify": true,
"MinVersion": 123,
"MaxVersion": 123,
"PreferServerCipherSuites": true,
"CipherSuites": [
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
]
},
"Theming": {
"Path": "./themes",
"Theme": "default"
}
}
]