diff --git a/.env.example b/.env.example index 0182373..d42b6d5 100644 --- a/.env.example +++ b/.env.example @@ -10,6 +10,10 @@ DB_TIMEZONE=+08:00 LOG_CHANNEL=stack LOG_SLACK_WEBHOOK_URL= +REDIS_HOST=127.0.0.1 +REDIS_PASSWORD=null +REDIS_PORT=6379 + DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306