anandre/dragon-rpg

config

Closed this issue · 2 comments

Hi @anandre,

Kindly include sample config.sample.json within repository.

Yeah, I'll get around to it, I haven't been able to keep up on as much as I'd like. It's a pretty simple JSON, token is the Discord token and pgfoo is all of the needed info to connect to the PostgreSQL database.

{
    "token": "",
    "pgadd": "",
    "pgpass": "",
    "pguser": "",
    "pgserv": "",
    "pgport": "",
    "pgdb": ""
}