go-pingbot/.env.schema

9 lines
117 B
Plaintext
Raw Normal View History

2021-07-11 21:19:37 +00:00
# MongoDB
MONGODB_URI=mongodb+srv://...
MONGODB_DB=...
MONGODB_COLLECTION=...
2021-07-29 18:51:15 +00:00
# Redis
REDIS_ADDR=...
REDIS_PASS=...