aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-13 00:45:53 +0700
committerGitHub <[email protected]>2023-09-13 00:45:53 +0700
commit7327a69b55a20b99b14ee0803d6cf5f8b88c45ef (patch)
treecbcca777593a8cc4b0282e7d85a6fc51ba517e25 /.env.example
parentUpdate issue templates (diff)
downloadmoopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.tar.xz
moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.zip
Update v4 - Merge pre-push to main (#71)
* Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file
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