Remove old settings info

This commit is contained in:
2017-12-07 14:30:57 +09:00
parent a95d28a09f
commit a2b6f29886
4 changed files with 9 additions and 10 deletions

View File

@@ -5,9 +5,9 @@
#echo "EXIT"; #echo "EXIT";
#exit; #exit;
db='cibavision_jp_cms'; db='<db name>';
host='db.tokyo.tequila.jp'; host='<db host>';
user='ciba_vision'; user='<db user>';
schemas="public dev"; schemas="public dev";
file_prefix="trg"; file_prefix="trg";

View File

@@ -5,9 +5,9 @@
#echo "EXIT"; #echo "EXIT";
#exit; #exit;
db='gullevek'; db='<db name>';
host='db.tokyo.tequila.jp'; host='<db host>';
user='gullevek'; user='<db user>';
#schema="publicv"; #schema="publicv";
for file in `cat ORDER`; for file in `cat ORDER`;

File diff suppressed because one or more lines are too long

View File

@@ -3,10 +3,10 @@
# create path # create path
path=`pwd`"/"$0; path=`pwd`"/"$0;
LOCAL_BASE_DIR=""; LOCAL_BASE_DIR="<local folder>";
LOCAL_DIR=$LOCAL_BASE_DIR""; LOCAL_DIR=$LOCAL_BASE_DIR"";
REMOTE_WEB=""; REMOTE_WEB="<remote folder>";
TARGET_HOST_WEB="developer@10.76.32.25"; TARGET_HOST_WEB="<user>@<host>
TMP_DIR=$LOCAL_BASE_DIR"/4dev/"; TMP_DIR=$LOCAL_BASE_DIR"/4dev/";
tmpf_web=$TMP_DIR"tmp.web"; tmpf_web=$TMP_DIR"tmp.web";