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";
#exit;
db='cibavision_jp_cms';
host='db.tokyo.tequila.jp';
user='ciba_vision';
db='<db name>';
host='<db host>';
user='<db user>';
schemas="public dev";
file_prefix="trg";

View File

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

File diff suppressed because one or more lines are too long

View File

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