1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00

minor updates

This commit is contained in:
2018-04-15 15:41:47 -05:00
parent 89b6d89890
commit f13b177a93
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
"admin_emails": ["mail@example.com"], "admin_emails": ["mail@example.com"],
"mod_emails": ["mail@example.com"], "mod_emails": ["mail@example.com"],
"jwt_key": "", "jwt_key": "generate a random secret string here",
"server_addr": "0.0.0.0:80", "server_addr": "0.0.0.0:80",
"logger": true, "logger": true,

View File

@@ -71,6 +71,7 @@ Check it out in the "Stats" page on the site.
### Compiling ### Compiling
* Make sure dependencies are installed * Make sure dependencies are installed
* install packr - `go get -u github.com/gobuffalo/packr/...`
* Rename the `config.template.json` to `config.json` * Rename the `config.template.json` to `config.json`
* add configurations to `config.json` * add configurations to `config.json`
* `cd client && npm run dev` * `cd client && npm run dev`