config.sample.json 361 Bytes
{
	"ym_account": {
		"userid": "changeme",
		"password": "changeme"
	},
	"interval_in_seconds": 180,
	"partners": [
		{
			"name": "CHANGEME",
			"ym_ids": [
				"ym0",
				"ym1",
				"ym2"
			],
			"command": "s.1234",
			"regex_pattern": "Rp\\.(\\d+)\\.",
			"regex_match_index": 1
		}
	],
	"redis": {
		"host": "127.0.0.1",
		"port": "6379"
	},
	"test": 1
}