Skip to content

Commit

Permalink
feat: add transfer configuration options to .env-example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 6, 2024
1 parent 9195870 commit 75fcc15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ DS_DB_PASSWORD=""
DS_DB_HOST=""

DS_DUMP_INTERVAL=""
DS_DUMP_PATH=""
DS_DUMP_PATH=""

DS_TRANSFER_HOST=""
DS_TRANSFER_PORT=""
DS_TRANSFER_USER=""
DS_TRANSFER_PASSWORD=""
DS_TRANSFER_DB_NAME=""

0 comments on commit 75fcc15

Please sign in to comment.