This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
dataupdater/README.md

12 lines
140 B
Markdown
Raw Normal View History

2020-06-01 19:05:33 +00:00
# tribalwarshelp.com cron
Required env variables:
```
DB_USER=postgres
DB_NAME=tw
DB_PORT=5432
DB_HOST=localhost
DB_PASSWORD=test123T
```