diff options
author | Emile <hanemile@protonmail.com> | 2020-03-15 22:37:28 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-15 22:37:28 +0100 |
commit | 835b8b26246b5823956321d969be19b7794b15b0 (patch) | |
tree | 2351230058007f9783a1369a82aa74d86ef2a2b0 | |
parent | 9a2fc8efce8402e27e1d7fa86ef11cf40f5e6427 (diff) |
removed the domain option
-rw-r--r-- | config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config.yml b/config.yml index ac7153b..c3fcb94 100644 --- a/config.yml +++ b/config.yml @@ -12,11 +12,10 @@ verbose: server: bindip: "0.0.0.0" listenport: "8085" - domain: "localhost" - root: "/home/emile/tmp" + root: "/" time: # use the format below for describing the individual values # # Jan 2 15:04:05 2006 MST - format: "2006-01-02 03:04:05 MST" \ No newline at end of file + format: "2006-01-02 03:04:05 MST" |