Commit 2f746412 by Masaru Abe

プレビュー対応

parent 5ee660bb
......@@ -30,14 +30,15 @@ modify_api()
"screenlockTimeDefault" : 30,
"pushPageCount" : 5,
"pushTimePeriod" : 60,
"debug" : true,
"debug" : false,
"loginPage" : "index.html",
"anonymousLoginFlg" : false,
"anonymousLoginPath" : "test",
"anonymousLoginId" : "nologin",
"appName" : "ABookWebCL",
"appVersion" : "0.0.1",
"optMusicMode" : 1
"optMusicMode" : 1,
"previewFlg" : false
}
EOF
}
......
......@@ -21,7 +21,9 @@ modify_api()
"anonymousLoginPath" : "test",
"anonymousLoginId" : "nologin",
"appName" : "ABookWebCL",
"appVersion" : "0.0.1"
"appVersion" : "0.0.1",
"optMusicMode" : 1,
"previewFlg" : true
}
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