diff --git a/live/.env.example b/live/.env.example index 5132ac1462..de5e5c1f0c 100644 --- a/live/.env.example +++ b/live/.env.example @@ -1 +1,3 @@ -API_BASE_URL="http://api:8000" \ No newline at end of file +API_BASE_URL="http://api:8000" +REDIS_HOST="localhost" +REDIS_PORT="6379" \ No newline at end of file