Initial import into Gitea
This commit is contained in:
19
MetaApi/appsettings.json
Normal file
19
MetaApi/appsettings.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Meta": {
|
||||
"AppId": "",
|
||||
"AppSecret": "",
|
||||
"SystemUserToken": "",
|
||||
"BusinessManagerId": "",
|
||||
"ApiVersion": "v21.0",
|
||||
"EnableRealApi": false,
|
||||
"GraphApiBaseUrl": "https://graph.facebook.com",
|
||||
"TimeoutSeconds": 30
|
||||
},
|
||||
"InternalKey": "dev-meta-internal-key-change-in-production"
|
||||
}
|
||||
Reference in New Issue
Block a user