Authored by jimi.ji

auto push by shell

... ... @@ -2,8 +2,8 @@
USER=$(whoami)
if [[ "$USER" != "test" ]];then
echo "ERROR:需切换到test用户!"
if [[ "$USER" != "root" ]];then
echo "ERROR:需切换到root用户!"
exit 1
fi
... ...
... ... @@ -8,6 +8,9 @@ uic_userInfoRest_enable = true
is_debug_enable=false
uic.login.ip.limit.times=10
uic.login.fail.limit.times=10
yoho.uic.env.namespace = uic
yoho.uic.env.serverport = 6
yoho.uic.env.webapphome = /home/test/yohoJavaApp/uic/deploy/target
... ...