mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"cronSchedule": "0 0,6,12,18 * * *",
|
|
"blacklistedGames": [],
|
|
"searchStrategy": "all",
|
|
"runOnStartup": false,
|
|
"runOnce": false,
|
|
"timezone": "UTC",
|
|
"intervalTime": 60,
|
|
"accountConcurrency": 3,
|
|
"logLevel": "info",
|
|
"testNotifiers": false,
|
|
"skipVersionCheck": false,
|
|
"browserLaunchTimeout": 15,
|
|
"browserLaunchRetryAttempts": 5,
|
|
"browserNavigationTimeout": 30000,
|
|
"deviceAuthClientId": "98f7e42c2e3a4f86a74eb43fbb41ed39",
|
|
"deviceAuthSecret": "0a2449a2-001a-451e-afec-3e812901c4d7",
|
|
"deviceAuthPollRateSeconds": 10,
|
|
"errorsDir": "config/errors",
|
|
"accounts": [
|
|
{
|
|
"email": "example@gmail.com"
|
|
}
|
|
]
|
|
} |