name-dyndns/api/config_test.json

18 lines
312 B
JSON
Raw Normal View History

2015-04-30 00:18:08 -04:00
{
"configs": [
{
"username": "debug-account",
"token": "asdasdasdasdasdad",
"interval": 60,
"debug": true,
"domains": [ "test.com", "fake.com" ]
},
{
"username": "production-account",
"token": "123123123123",
"interval": 3600,
"domains": [ "live.com", "abc.live.com" ]
}
]
}