diff options
Diffstat (limited to 'src/test/development_config.json')
-rw-r--r-- | src/test/development_config.json | 5 |
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 |