aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index 2f85f93..d04cf15 100644
--- a/.env.example
+++ b/.env.example
@@ -14,4 +14,8 @@ API_KEY="this API key is used for schedules and manga page. get the key from htt
DISQUS_SHORTNAME='put your disqus shortname here. (optional)'
## Prisma
-DATABASE_URL="Your postgresql connection url" \ No newline at end of file
+DATABASE_URL="Your postgresql connection url"
+
+## Redis
+# If you don't want to use redis, just comment the REDIS_URL
+REDIS_URL="rediss://username:password@host:port" \ No newline at end of file