Commit 23331038 by Masaru Abe

env.sh本番環境向けに調整

parent fcb846ea
...@@ -35,23 +35,6 @@ modify_api() ...@@ -35,23 +35,6 @@ modify_api()
EOF EOF
} }
modify_htaccess "$PROTOCOL://$DOMAIN/web/" modify_htaccess "$PROTOCOL://$DOMAIN/webvw/"
modify_api "$PROTOCOL://$DOMAIN/acms" modify_api "$PROTOCOL://$DOMAIN/sc"
# case "$1" in
# localhost)
# modify_htaccess "http://localhost/nmoto/Sites/webviewer/"
# modify_api "https://web3.agentec.jp/acms"
# ;;
# web2)
# modify_htaccess "https://web2.mediaservice.agentec.jp/mc/webviewer/"
# modify_api "https://web2.mediaservice.agentec.jp/mc"
# ;;
# web3)
# modify_htaccess "https://web3.agentec.jp/web/"
# modify_api "https://web3.agentec.jp/acms"
# ;;
# *)
# echo $"Usage: $0 {localhost|web2|web3}"
# ;;
# esac
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