conf.json 623 Bytes
Newer Older
Masaru Abe committed
1
{
Masaru Abe committed
2 3 4
	"apiUrl"                : "https://web3.agentec.jp/acms/{0}/abvapi",
	"apiLoginUrl"           : "https://web3.agentec.jp/acms/nuabvapi",
	"apiResourceDlUrl"      : "https://web3.agentec.jp/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 15 16 17
	"anonymousLoginPath"    : "abetest3",
	"anonymousLoginId"      : "webuser",
	"appName"               : "ABookWebCL",
	"appVersion"            : "0.0.1"
}