docs: update config to be camel case (#7501)

This commit is contained in:
Shahed Nasser
2024-05-28 15:52:03 +03:00
committed by GitHub
parent 82be054a1a
commit 8f97af0d91
6 changed files with 9 additions and 9 deletions
@@ -67,7 +67,7 @@ To test out your scheduled job:
const projectConfig = {
// ...
// Uncomment the following lines to enable REDIS
redis_url: REDIS_URL,
redisUrl: REDIS_URL,
}
```