aboutsummaryrefslogtreecommitdiff
path: root/config.json
blob: be08795eb9a13ff099e61cd47a8c5bea5544c383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "Database": {
		"Username": "audiocache",
		"Password": "audiocache",
		"Hostname": "localhost",
		"Database": "audiocache",
		"Adapter":  "postgres",
		"SSLMode":  "disable"
	},
	"Storage": {
		"Location": "/tmp/audiocache/"
	},
	"Server": {
		"Listen": "127.0.0.1",
		"Port":   "8080"
	},
	"API": {
		"Location": "http://localhost:8080/",
		"Files":    "files/"
	}
}