aboutsummaryrefslogtreecommitdiff
path: root/src/test/development_config.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-11-16 15:49:47 +0100
committerWojtek Kosior <koszko@koszko.org>2021-11-16 16:45:23 +0100
commit6a6fbe6c1b5f663ad7adf6a66d16c354214f9d57 (patch)
treef9328ad8d069a58cf3d41f8cfcac6996010fa5b8 /src/test/development_config.json
parent3a080cfea46096f4c4a3d3d0e81e269ca6de6245 (diff)
downloadhaketilo-hydrilla-6a6fbe6c1b5f663ad7adf6a66d16c354214f9d57.tar.gz
haketilo-hydrilla-6a6fbe6c1b5f663ad7adf6a66d16c354214f9d57.zip
fix debian packaging
Diffstat (limited to 'src/test/development_config.json')
-rw-r--r--src/test/development_config.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/test/development_config.json b/src/test/development_config.json
new file mode 100644
index 0000000..5998918
--- /dev/null
+++ b/src/test/development_config.json
@@ -0,0 +1,25 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Hydrilla development config file.
+//
+// Copyright (C) 2021 Wojtek Kosior
+//
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+// this config is meant to be used in development environment;
+// 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/",
+
+ // Make Pydrilla error out on any warning
+ "werror": true
+
+ // With the below we can make Pydrilla look for missing content items in
+ // another instance instead of just erroring/warning.
+ // ,"hydrilla_parent": "https://api.hachette-hydrilla.org/0.2/"
+}