conf.json 1.02 KB
Newer Older
Masaru Abe committed
1
{
Kang Donghun committed
2 3 4 5 6 7 8 9
	"apiUrl"                : "http://localhost:8080/acms/{0}/abvapi",
	"checkApiUrl"			: "http://localhost:8080/acms/{0}/checkapi/web/",
	"apiLoginUrl"           : "http://localhost:8080/acms/nuabvapi",
	"apiResourceDlUrl"      : "http://localhost:8080/acms/{0}/dl",
	"1apiUrl"                : "https://chatdev2.agentec.jp/acms/{0}/abvapi",
	"1checkApiUrl"	     	: "https://chatdev2.agentec.jp/acms/{0}/checkapi/web/",
	"1apiLoginUrl"           : "https://chatdev2.agentec.jp/acms/nuabvapi",
	"1apiResourceDlUrl"      : "https://chatdev2.agentec.jp/acms/{0}/dl",
Masaru Abe committed
10 11 12 13 14 15 16
	"bookShelfCount"        : 15,
	"bookListCount"         : 15,
	"screenlockTimeDefault" : 30,
	"pushPageCount"         : 5,
	"pushTimePeriod"        : 60,
	"debug"                 : true,
	"loginPage"             : "index.html",
17
	"anonymousLoginFlg"     : false,
Masaru Abe committed
18 19
	"anonymousLoginPath"    : "test",
	"anonymousLoginId"      : "nologin",
Masaru Abe committed
20
	"appName"               : "ABookWebCL",
21
	"appVersion"            : "0.0.1",
22 23
	"optMusicMode"          : 1,
	"previewFlg"            : false
Masaru Abe committed
24
}