Commit f4674b4e by Masaru Abe

最新のenv.sh対応

parent 280bfba2
......@@ -30,18 +30,19 @@ 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" : 0
"optMusicMode" : 0,
"previewFlg" : false
}
EOF
}
modify_htaccess "$PROTOCOL://$DOMAIN/webvw/"
modify_htaccess "$PROTOCOL://$DOMAIN/acms/webvw/"
modify_api "$PROTOCOL://$DOMAIN/acms"
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