20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"TikTok": {
|
|
"AppId": "",
|
|
"AppSecret": "",
|
|
"AccessToken": "",
|
|
"BusinessCenterId": "",
|
|
"ApiVersion": "v1.3",
|
|
"EnableRealApi": false,
|
|
"ApiBaseUrl": "https://business-api.tiktok.com",
|
|
"TimeoutSeconds": 30
|
|
},
|
|
"InternalKey": "dev-tiktok-internal-key-change-in-production"
|
|
}
|