Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 346 Bytes

File metadata and controls

25 lines (23 loc) · 346 Bytes

Alistea

Config

put config.json in the root directory of your project.

{
    "addr": ":80",
    "music": {
        "netease": "...",
        "cookie": "...",
        "qq": "..."
    },
    "qiniu": {
        "ak": "",
        "sk": ""
    },
    "debug": ...,
    "pgsql": "..."
}

Build and run

go build && ./alisten