conf.json 615 Bytes
Newer Older
Masaru Abe committed
1 2 3 4 5 6 7 8 9 10 11 12
{
	"apiUrl"                : "http://web3.agentec.jp/acms/{0}/abvapi",
	"apiLoginUrl"           : "http://web3.agentec.jp/acms/nuabvapi",
	"apiResourceDlUrl"      : "http://web3.agentec.jp/acms/{0}/dl",
	"bookShelfCount"        : 15,
	"bookListCount"         : 15,
	"screenlockTimeDefault" : 30,
	"pushPageCount"         : 5,
	"pushTimePeriod"        : 60,
	"debug"                 : true,
	"loginPage"             : "index.html",
	"anonymousLoginFlg"     : true,
Masaru Abe committed
13
	"anonymousLoginPath"    : "user",
Masaru Abe committed
14
	"anonymousLoginId"      : "nologin",
Masaru Abe committed
15 16 17
	"appName"               : "ABookWebCL",
	"appVersion"            : "0.0.1"
}