blob: a6c4bf0e55b3c6da9421689685abfeabf8a631c7 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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/",
"try_configs": ["/etc/pydrilla/config.json"]
}
|