summaryrefslogtreecommitdiff
path: root/config.json
blob: cb1b493870d78119e2f0618e647e8209ee853381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"ListenAddress": "localhost:3333",
	"AssetDirectory": "",
	"Users": [
		{
			"Name": "kate",
			"PasswordHash": "dxkkRedmREicKUNku0tM46vBfEIdnsCMkPX2Wvhhy2k=",
			"Salt": "XaRgOwSnNZfoFA=="
		}
	],
	"Endpoints": [
		{
			"Path": "/files",
			"Address": "http://localhost:8000"
		}
	]
}