aboutsummaryrefslogtreecommitdiff
path: root/src/test/development_config.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-11-17 17:31:35 +0100
committerWojtek Kosior <koszko@koszko.org>2021-11-17 17:31:35 +0100
commitc6e5d1ece9c9ddf738e4124135f33651c94baa7c (patch)
treea3407dbcfe51ac291ed14ef48e73be7902100428 /src/test/development_config.json
parentc00ed7f9ef28f6aee946e168a535d7f637fe46ae (diff)
downloadhaketilo-hydrilla-c6e5d1ece9c9ddf738e4124135f33651c94baa7c.tar.gz
haketilo-hydrilla-c6e5d1ece9c9ddf738e4124135f33651c94baa7c.zip
add link to software sources to ease compliance with AGPL
Diffstat (limited to 'src/test/development_config.json')
-rw-r--r--src/test/development_config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/development_config.json b/src/test/development_config.json
index 5998918..30cf10d 100644
--- a/src/test/development_config.json
+++ b/src/test/development_config.json
@@ -16,6 +16,11 @@
// clients).
"static_resource_uri": "http://localhost:8000/",
+ // 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/",
+
// Make Pydrilla error out on any warning
"werror": true