Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
}
|
|
},
|
|
"FileLogging": {
|
|
"Enabled": true,
|
|
"Path": "logs",
|
|
"RollingInterval": "Day",
|
|
"RetentionDays": 7
|
|
},
|
|
"Git": {
|
|
"CacheDir": ".template-cache"
|
|
},
|
|
"Docker": {
|
|
"DefaultConstraints": [ "node.labels.xibo==true" ],
|
|
"DeployTimeoutSeconds": 30,
|
|
"ValidateBeforeDeploy": true
|
|
},
|
|
"Xibo": {
|
|
"DefaultImages": {
|
|
"Cms": "ghcr.io/xibosignage/xibo-cms:release-4.4.0",
|
|
"Mysql": "mysql:8.4",
|
|
"Memcached": "memcached:alpine",
|
|
"QuickChart": "ianw/quickchart"
|
|
},
|
|
"TestConnectionTimeoutSeconds": 10
|
|
},
|
|
"Database": {
|
|
"Provider": "Sqlite"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=otssigns-desktop.db"
|
|
},
|
|
"InstanceDefaults": {
|
|
"CmsServerNameTemplate": "{abbrev}.ots-signs.com",
|
|
"ThemeHostPath": "/cms/ots-theme",
|
|
"LibraryShareSubPath": "{abbrev}-cms-library",
|
|
"MySqlDatabaseTemplate": "{abbrev}_cms_db",
|
|
"MySqlUserTemplate": "{abbrev}_cms_user",
|
|
"BaseHostHttpPort": 8080
|
|
}
|
|
}
|