aboutsummaryrefslogtreecommitdiff
path: root/src/pydrilla/config.json
blob: 6bb5440323c5709bef012d7e702ded6f06b02c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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"]
}