Skip to content

Commit

Permalink
fix settings variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-cbna committed Nov 7, 2024
1 parent de31849 commit 5b41330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion geonature/config/settings.default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cbna_filename_synthese="synthese.csv"
cbna_filename_taxref="taxref.csv"
# Taxref ranks data filename to import (need to be ".csv" file)
cbna_filename_tr="taxref_rank.csv"
# Occtax ranks data filename to import (need to be ".csv" file)
# Occtax data filename to import (need to be ".csv" file)
cbna_filename_occtax="occtax.csv"

#+----------------------------------------------------------------------------+
Expand Down
8 changes: 4 additions & 4 deletions simethis/config/settings.default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ simethis_db_pass="<password>"
# WARNING: you must override these SFTP setings in the settings.ini file.
# See settings.sample.ini.
# IP Address of SFTP Host server
simethis_sftp_download_host="<simethis_sftp_download_host>"
simethis_sftp_download_host="${sftp_host}"
# Port number for the SFTP server
simethis_sftp_download_port="<simethis_sftp_download_port>"
simethis_sftp_download_port="${sftp_port}"
# User name for SFTP server authentication
simethis_sftp_download_user="<simethis_sftp_download_user>"
# Password for SFTP server authentication
Expand All @@ -67,9 +67,9 @@ simethis_sftp_download_pwd='<simethis_sftp_download_pwd>'
# WARNING: you must override these SFTP setings in the settings.ini file.
# See settings.sample.ini.
# IP Address of SFTP Host server
simethis_sftp_upload_host="<simethis_sftp_upload_host>"
simethis_sftp_upload_host="${sftp_host}"
# Port number for the SFTP server
simethis_sftp_upload_port="<simethis_sftp_upload_port>"
simethis_sftp_upload_port="${sftp_port}"
# User name for SFTP server authentication
simethis_sftp_upload_user="<simethis_sftp_upload_user>"
# Password for SFTP server authentication
Expand Down

0 comments on commit 5b41330

Please sign in to comment.