From fca71fde0161a59ac650bd690a3413ffd866662d Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 12 Apr 2021 10:32:39 -0400 Subject: URLs in instructions can now leave out the server implying download and upload from the server itself. Download and upload both work correctly. --- captain/example/levitating.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'captain/example') diff --git a/captain/example/levitating.conf b/captain/example/levitating.conf index 5726e9b..dc4bcfe 100644 --- a/captain/example/levitating.conf +++ b/captain/example/levitating.conf @@ -5,7 +5,7 @@ database = /home/jeff/Workspace/levitating/captain/example/store.db log-filename = /tmp/levitating.log -log-level = 4 +log-level = 10 project = misc-build @@ -24,3 +24,5 @@ static-directory = /home/jeff/Workspace/levitating/captain/example/static script-directory = /home/jeff/Workspace/levitating/captain/sql instructions-directory = /home/jeff/Workspace/levitating/captain/example/instructions + +release-directory = /home/jeff/Workspace/levitating/captain/example/releases -- cgit v1.2.3