Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem committed Dec 2, 2024
1 parent 2c34e96 commit 798a998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DATA_CITE_DEVICE_CREATOR=chemotion.net
# USE_HEAD=:D

## DEVICE DATACOLLECTOR FACTORY CONFIG (SFTP and local dir)
DATACOLLECTOR_FACTORY_SFTP_USER=testuser
DATACOLLECTOR_FACTORY_SFTP_USER=tester
DATACOLLECTOR_FACTORY_SFTP_KEY=id_test
DATACOLLECTOR_FACTORY_SFTP_HOST=127.0.0.1
# DATACOLLECTOR_FACTORY_DIR=
2 changes: 1 addition & 1 deletion .env.test.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DATA_CITE_DEVICE_CREATOR=chemotion.net
# USE_HEAD=:D

## DEVICE DATACOLLECTOR FACTORY CONFIG (SFTP and local dir)
DATACOLLECTOR_FACTORY_SFTP_USER=testuser
DATACOLLECTOR_FACTORY_SFTP_USER=tester
DATACOLLECTOR_FACTORY_SFTP_KEY=id_test
DATACOLLECTOR_FACTORY_SFTP_HOST=127.0.0.1
# DATACOLLECTOR_FACTORY_DIR=
2 changes: 1 addition & 1 deletion config/datacollectors.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test:
:watcher_sleep: 0
- :name: 'filewatchersftp'
:watcher_sleep: 0
:keydir: '<%= "#{Dir.home}/.ssh/" %>'
# :keydir: '<%= "#{Dir.home}/.ssh/" %>'
:localcollectors:
- :path: '<%= Dir.mktmpdir(%w[chemotion_collector_test-]).to_s %>'

Expand Down

0 comments on commit 798a998

Please sign in to comment.