conf.json 562 Bytes
Newer Older
Masaru Abe committed
1 2 3 4 5 6 7 8 9
{
	"apiUrl"                : "",
	"apiLoginUrl"           : "",
	"apiResourceDlUrl"      : "",
	"bookShelfCount"        : 15,
	"bookListCount"         : 15,
	"screenlockTimeDefault" : 30,
	"pushPageCount"         : 5,
	"pushTimePeriod"        : 60,
10
	"debug"                 : false,
Masaru Abe committed
11 12 13 14 15
	"loginPage"             : "index.html",
	"anonymousLoginFlg"     : false,
	"anonymousLoginPath"    : "",
	"anonymousLoginId"      : "",
	"appName"               : "ABookWebCL",
16 17 18
	"appVersion"            : "0.0.1",
	"optMusicMode"          : 1,
	"previewFlg"            : false
Masaru Abe committed
19
}