diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..be08795 --- /dev/null +++ b/config.json @@ -0,0 +1,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/" + } +} |