aboutsummaryrefslogtreecommitdiff
path: root/src/test/development_config.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-12 11:31:36 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-12 16:10:26 +0100
commit40c24168fcaf9251f56e8570538e9a7dd48795e9 (patch)
tree42e68ea29d5c809c4b5e37e2a7237917433d7303 /src/test/development_config.json
parentded47952fc7f3e4484c6ae4a559e514cb660f2bc (diff)
downloadhaketilo-hydrilla-40c24168fcaf9251f56e8570538e9a7dd48795e9.tar.gz
haketilo-hydrilla-40c24168fcaf9251f56e8570538e9a7dd48795e9.zip
remake internationalization, using Babel this time
Diffstat (limited to 'src/test/development_config.json')
-rw-r--r--src/test/development_config.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/test/development_config.json b/src/test/development_config.json
deleted file mode 100644
index c2382f7..0000000
--- a/src/test/development_config.json
+++ /dev/null
@@ -1,27 +0,0 @@
-// SPDX-License-Identifier: CC0-1.0
-
-// Hydrilla development config file.
-//
-// Copyright (C) 2021, 2022 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.
- "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_project_url": "https://hydrillabugs.koszko.org/projects/hydrilla/wiki",
-
- // Make Hydrilla error out on any warning
- "werror": true
-
- // With the below we can make hydrilla look for missing content items in
- // another instance instead of just erroring/warning.
- // TODO: feature not implemented
- // ,"hydrilla_parent": "https://api.hydrilla.koszko.org/1.0/"
-}