aboutsummaryrefslogtreecommitdiff
path: root/src/pydrilla/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/pydrilla/config.json')
-rw-r--r--src/pydrilla/config.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pydrilla/config.json b/src/pydrilla/config.json
deleted file mode 100644
index 6bb5440..0000000
--- a/src/pydrilla/config.json
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: CC0-1.0
-
-// Example Hydrilla config file.
-//
-// Copyright (C) 2021 Wojtek Kosior
-//
-// Available under the terms of Creative Commons Zero v1.0 Universal.
-
-{
- "content_dir": "/var/lib/hydrilla/content",
- "static_resource_uri": "http://localhost:8000/",
- "hydrilla_sources_uri": "https://git.koszko.org/pydrilla/",
- "try_configs": ["/etc/pydrilla/config.json"]
-}