Initial import into Gitea
This commit is contained in:
19
TikTokApi/appsettings.json
Normal file
19
TikTokApi/appsettings.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user