Commit 2f746412 by Masaru Abe

プレビュー対応

parent 5ee660bb
...@@ -30,14 +30,15 @@ modify_api() ...@@ -30,14 +30,15 @@ modify_api()
"screenlockTimeDefault" : 30, "screenlockTimeDefault" : 30,
"pushPageCount" : 5, "pushPageCount" : 5,
"pushTimePeriod" : 60, "pushTimePeriod" : 60,
"debug" : true, "debug" : false,
"loginPage" : "index.html", "loginPage" : "index.html",
"anonymousLoginFlg" : false, "anonymousLoginFlg" : false,
"anonymousLoginPath" : "test", "anonymousLoginPath" : "test",
"anonymousLoginId" : "nologin", "anonymousLoginId" : "nologin",
"appName" : "ABookWebCL", "appName" : "ABookWebCL",
"appVersion" : "0.0.1", "appVersion" : "0.0.1",
"optMusicMode" : 1 "optMusicMode" : 1,
"previewFlg" : false
} }
EOF EOF
} }
......
...@@ -21,7 +21,9 @@ modify_api() ...@@ -21,7 +21,9 @@ modify_api()
"anonymousLoginPath" : "test", "anonymousLoginPath" : "test",
"anonymousLoginId" : "nologin", "anonymousLoginId" : "nologin",
"appName" : "ABookWebCL", "appName" : "ABookWebCL",
"appVersion" : "0.0.1" "appVersion" : "0.0.1",
"optMusicMode" : 1,
"previewFlg" : true
} }
EOF EOF
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment