aboutsummaryrefslogtreecommitdiff
path: root/src/test/development_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/development_config.json')
-rw-r--r--src/test/development_config.json17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/test/development_config.json b/src/test/development_config.json
index 30cf10d..c2382f7 100644
--- a/src/test/development_config.json
+++ b/src/test/development_config.json
@@ -2,7 +2,7 @@
// Hydrilla development config file.
//
-// Copyright (C) 2021 Wojtek Kosior
+// Copyright (C) 2021, 2022 Wojtek Kosior
//
// Available under the terms of Creative Commons Zero v1.0 Universal.
@@ -10,21 +10,18 @@
// unlike config.json, it shall not be included in distribution
{
// Relative paths now get resolved from config's containing direcotry.
- "content_dir": "./example_content",
-
- // Except files from content_dir to be served there (used to redirect
- // clients).
- "static_resource_uri": "http://localhost:8000/",
+ "malcontent_dir": "./sample_malcontent",
// Hydrilla will display this link to users as a place where they can
// obtain sources for its software. This config option is meant to ease
// compliance with the AGPL.
- "hydrilla_sources_uri": "https://git.koszko.org/pydrilla/",
+ "hydrilla_project_url": "https://hydrillabugs.koszko.org/projects/hydrilla/wiki",
- // Make Pydrilla error out on any warning
+ // Make Hydrilla error out on any warning
"werror": true
- // With the below we can make Pydrilla look for missing content items in
+ // With the below we can make hydrilla look for missing content items in
// another instance instead of just erroring/warning.
- // ,"hydrilla_parent": "https://api.hachette-hydrilla.org/0.2/"
+ // TODO: feature not implemented
+ // ,"hydrilla_parent": "https://api.hydrilla.koszko.org/1.0/"
}