17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"configs": [
|
|
{
|
|
"username": "dev-account",
|
|
"token": "asdasdasdasdasdad",
|
|
"interval": 60,
|
|
"dev": true,
|
|
"domains": [ "test.com", "fake.com" ]
|
|
},
|
|
{
|
|
"username": "production-account",
|
|
"token": "123123123123",
|
|
"interval": 3600,
|
|
"domains": [ "live.com", "abc.live.com" ]
|
|
}
|
|
]
|
|
}
|