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

18 lines
332 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information",
"GoogleApi": "Debug"
}
},
"GOOGLE_INTERNAL_KEY": "dev-test-key-12345",
"GoogleAds": {
"ApiVersion": "v22",
"OAuth": {
"ClientId": "",
"ClientSecret": "",
"RefreshToken": ""
}
}
}