{
	"endpoints": {
		"auth": "https://oauth.vk.com/authorize",
		"token": "https://oauth.vk.com/access_token",
		"methods": "https://api.vk.com/method"
	},
	"app": {
		"v": 5.37,
		"scope": 0
	},
	"options": {
		"interval": 333,
		"timeout": 30000,
		"headers": {
			"user-agent": "https://github.com/dsblv/vk-api-calls"
		}
	},
	"got": {
		"json": true
	}
}
