linux下的配置

web_backend_develope
chenlw 8 years ago
parent 6161d131e6
commit 7c77e9e646

@ -86,35 +86,35 @@ oracle-psw=oracle
#============================================================================================================= #=============================================================================================================
# windows path # windows path
#============================================================================================================= #=============================================================================================================
#
extract-log-localtion=D:\\test\\log\\ #extract-log-localtion=D:\\test\\log\\
extract-standard-log-localtion=D:\\test\\log2\\ #extract-standard-log-localtion=D:\\test\\log2\\
#
file_upload_path=D:\\test\\ #file_upload_path=D:\\test\\
file_download_path=D:\\test\\export.xlsx #file_download_path=D:\\test\\export.xlsx
#
package_download_path=D:\\test\\ #package_download_path=D:\\test\\
package_name=sql_script_standard #package_name=sql_script_standard
#
sql_script_path_last=D:\\test\\sql_script_last\\ #sql_script_path_last=D:\\test\\sql_script_last\\
sql_script_path_standard=D:\\test\\sql_script_standard\\ #sql_script_path_standard=D:\\test\\sql_script_standard\\
#============================================================================================================= #=============================================================================================================
# linux path # linux path
#============================================================================================================= #=============================================================================================================
## extract's log file location # extract's log file location
#extract-log-localtion=/home/web_manage/log/ extract-log-localtion=/home/web_manage/log/
## standard extract's log file location # standard extract's log file location
#extract-standard-log-localtion=/home/web_manage/log2/ extract-standard-log-localtion=/home/web_manage/log2/
##import excel file's location #import excel file's location
#file_upload_path=/excel_import_dir/ file_upload_path=/excel_import_dir/
##export excel file's location #export excel file's location
#file_download_path=/excel_export_dir/export.xlsx file_download_path=/excel_export_dir/export.xlsx
##file package download's location #file package download's location
#package_download_path=/ package_download_path=/
##file package's name #file package's name
#package_name=DefaultDescription package_name=DefaultDescription
##location of sql script lastest #location of sql script lastest
#sql_script_path_last=/DefaultDescription_last/ sql_script_path_last=/DefaultDescription_last/
##location of sql script standard #location of sql script standard
#sql_script_path_standard=/DefaultDescription/ sql_script_path_standard=/DefaultDescription/

Loading…
Cancel
Save