diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.example b/.env.example index 1c8825b..b3184ba 100644 --- a/.env.example +++ b/.env.example @@ -19,4 +19,4 @@ DATABASE_URL="Your postgresql connection url" ## Redis # If you don't want to use redis, just comment the REDIS_URL (press ctrl + / on windows or cmd + / on mac) -REDIS_URL="rediss://username:password@host:port"
\ No newline at end of file +REDIS_URL="redis://username:password@host:port"
\ No newline at end of file |