Add project files.
This commit is contained in:
18
GoogleApi/appsettings.Development.json
Normal file
18
GoogleApi/appsettings.Development.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"Microsoft.AspNetCore": "Information",
|
||||
"GoogleApi": "Debug"
|
||||
}
|
||||
},
|
||||
"GOOGLE_INTERNAL_KEY": "dev-test-key-12345",
|
||||
"GoogleAds": {
|
||||
"ApiVersion": "v22",
|
||||
"OAuth": {
|
||||
"ClientId": "",
|
||||
"ClientSecret": "",
|
||||
"RefreshToken": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user