26 lines
526 B
Plaintext
26 lines
526 B
Plaintext
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"BackupIntervalMinutes": 60,
|
|
"extraDir": "EXTRAPATH",
|
|
"outputDir": "OUTPUTPATH",
|
|
"startedAt": "STARTTIME",
|
|
"Database": {
|
|
"Host": "172.17.0.1",
|
|
"User": "SQLUSER",
|
|
"Password": "SQLPASSWORD",
|
|
"Databases": [ "DB1", "DB2" ]
|
|
},
|
|
"COS": {
|
|
"BucketName": "BUCKETNAME",
|
|
"Region": "BUCKETREGION",
|
|
"SecretId": "ID",
|
|
"SecretKey": "KEY",
|
|
"FilePath": "PATH"
|
|
}
|
|
}
|