summaryrefslogtreecommitdiff
path: root/config/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.json')
-rw-r--r--config/default.json8
1 files changed, 8 insertions, 0 deletions
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/"
}
}