aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
blob: d66df699ab3b8e040278eb75a678fb916b0070b8 (plain) (blame)
1
2
3
4
5
6
7
{
	"db": "root:@tcp(127.0.0.1:3306)/neko",
    "web": "127.0.0.0.1:4994",
    "username": "username",
    "password": "plaintextexamplepasswordpleasereplacethis",
    "static_dir": "absolute/directory/to/neko/static"
}