Add example env file

This commit is contained in:
Nick Playfair 2023-12-18 18:59:07 +00:00
parent cbb25d154c
commit b09955a4d4

3
.env.example Normal file
View File

@ -0,0 +1,3 @@
API_HOST="api-football-v1.p.rapidapi.com"
API_KEY="your-key"
REDIS_URL="redis://your-redis-server"