28 lines
573 B
JSON
28 lines
573 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Indexer": {
|
|
"Workers": [
|
|
{
|
|
"Name": "pythonExample",
|
|
"Script": "Scripts/example.py",
|
|
"Calls": [
|
|
{
|
|
"Name": "runonceCall",
|
|
"Type": "runonce"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ApiKeys": ["xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"],
|
|
"Server": {
|
|
"BaseUri": "http://localhost:5146",
|
|
"ApiKey": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy"
|
|
}
|
|
}
|
|
}
|