From 7634ee33120e7ef601ba1e806c63fe61c53e46bb Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 18 Jun 2021 10:00:10 +0200 Subject: WIP: Implement Transport --- config/default.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/default.json b/config/default.json index 6288daf..be86cfb 100644 --- a/config/default.json +++ b/config/default.json @@ -2,5 +2,13 @@ "webserver":{ "bind_address":"127.0.0.1", "bind_port":"8080" + }, + "file_transport":{ + "enabled":false, + "local_path_to_ssh_private_key":"/dev/null", + "fileserver_host_or_ip":"127.0.0.1", + "fileserver_ssh_port":"22", + "remote_user":"birdscan", + "remote_path_to_target_directory":"/srv/birdscan/" } } -- cgit v1.2.3-70-g09d2