Commit f4674b4e by Masaru Abe

最新のenv.sh対応

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