添加项目说明

This commit is contained in:
lifei6671
2017-05-01 21:05:34 +08:00
parent 4538711317
commit 9e22ccaf78
11 changed files with 91 additions and 4 deletions

View File

@@ -32,8 +32,8 @@ if [ ! -z $MYSQL_PASSWORD ] ; then
sed -i 's/^db_password.*/db_password='$MYSQL_PASSWORD'/g' conf/app.conf
fi
if [ ! -z $httpport ] ; then
sed -i 's/^httpport.*/httpport='$httpport'/g' conf/app.conf
if [ ! -z $HTTP_PORT] ; then
sed -i 's/^httpport.*/httpport='$HTTP_PORT'/g' conf/app.conf
fi