conf.json 677 Bytes
Newer Older
Masaru Abe committed
1
{
2 3 4
	"apiUrl"                : "https://web5.abook.bz/acms/{0}/abvapi",
	"apiLoginUrl"           : "https://web5.abook.bz/acms/nuabvapi",
	"apiResourceDlUrl"      : "https://web5.abook.bz/acms/{0}/dl",
Masaru Abe committed
5 6 7 8 9 10 11
	"bookShelfCount"        : 15,
	"bookListCount"         : 15,
	"screenlockTimeDefault" : 30,
	"pushPageCount"         : 5,
	"pushTimePeriod"        : 60,
	"debug"                 : true,
	"loginPage"             : "index.html",
12
	"anonymousLoginFlg"     : false,
Masaru Abe committed
13 14
	"anonymousLoginPath"    : "test",
	"anonymousLoginId"      : "nologin",
Masaru Abe committed
15
	"appName"               : "ABookWebCL",
16
	"appVersion"            : "0.0.1",
17 18
	"optMusicMode"          : 1,
	"previewFlg"            : false
Masaru Abe committed
19
}