Commit Graph

8 Commits

Author SHA1 Message Date
Medzik 614054e446 perf(config): remove mongodb db and collection from .env
BREAKING CHANGE: mongodb database and collection ISN'T LONGER IN ENV MUST BE IN config.toml, and RENAME MONGODB_URI to MONGO_URI IN .env.
Deleted node in config.
2021-09-08 20:16:02 +00:00
Medzik 22e7e1aa11 chore(website): update getAll 2021-09-05 11:20:19 +00:00
Medzik 385f98e080 feat: add timeout to stop after ping (set in config) 2021-08-30 13:41:06 +00:00
Medzik 7ef99d82c6 feat(config): Add Stop After Ping 2021-08-29 10:14:35 +00:00
Medzik 3432a74d23 feat: Add Cache URLs and Database config from toml file
- Added Cache URLs from Database
- and Database Name and Collection set from toml config file
2021-08-11 10:35:51 +00:00
Medzik fe16a2ab62 feat(config): auto download schema config 2021-08-07 20:03:26 +00:00
Medzik 018a2e9b90 feat(uptime): Add uptime to status and build date
- Moved type.go to types.go
- Added build date
- Removed linter from gitpod Dockerfile (now is in gitpod image)
- Added mongodb Database and Collection to config file (now isn't used [TODO])
- Added uptime to status
2021-08-01 15:48:24 +00:00
Medzik c0aa75b980 Redis 2021-07-29 18:51:15 +00:00