aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b325d16c42408e79a3a9160bf579d64e48531594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Configuration:
- Requires mysql database. Include a `config.json` in `src` directory with the following structure:
```json
{
    "database": {
        "host": "localhost",
        "user": "YOUR_USER",
        "database": "YOUR_DB",
        "password": "YOUR_PWD"
    }
}
```