Add project files.
This commit is contained in:
22
GoogleApi/appsettings.json
Normal file
22
GoogleApi/appsettings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"InternalKey": "",
|
||||
"GoogleAds": {
|
||||
"EnableRealApi": false,
|
||||
"ApiVersion": "v22",
|
||||
"DeveloperToken": "",
|
||||
"DefaultLoginCustomerId": "",
|
||||
"TimeoutSeconds": 60,
|
||||
"OAuth": {
|
||||
"ClientId": "",
|
||||
"ClientSecret": "",
|
||||
"RefreshToken": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user