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.
Go to file
2020-06-18 13:02:15 +02:00
cron rename file server_handler -> update_server_data_handler, rename struct serverHandler -> updateServerDataHandler 2020-06-18 13:02:15 +02:00
.gitignore fix concurrency bug 2020-06-02 12:09:32 +02:00
Dockerfile fix concurrency bug 2020-06-02 12:09:32 +02:00
go.mod bump github.com/tribalwarshelp/shared 2020-06-02 17:47:36 +02:00
go.sum bump github.com/tribalwarshelp/shared 2020-06-02 17:47:36 +02:00
main.go bump github.com/tribalwarshelp/shared 2020-06-02 17:47:36 +02:00
README.md init 2020-06-01 21:05:33 +02:00

tribalwarshelp.com cron

Required env variables:

DB_USER=postgres
DB_NAME=tw
DB_PORT=5432
DB_HOST=localhost
DB_PASSWORD=test123T