Files
AdPlatform-Server/GoogleApi/appsettings.json
2026-02-03 15:04:37 -08:00

22 lines
417 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"InternalKey": "",
"GoogleAds": {
"EnableRealApi": false,
"ApiVersion": "v22",
"DeveloperToken": "",
"DefaultLoginCustomerId": "",
"TimeoutSeconds": 60,
"OAuth": {
"ClientId": "",
"ClientSecret": "",
"RefreshToken": ""
}
}
}