diff options
| author | Factiven <[email protected]> | 2023-09-12 21:45:30 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-09-12 21:45:30 +0700 |
| commit | 701798acaeb28f657bd1420d06253d350eb41b96 (patch) | |
| tree | 6df53eb6c7ae07c5af21bcd6d3a0078b1d196d13 /.env.example | |
| parent | Create build-test.yml (diff) | |
| download | moopa-701798acaeb28f657bd1420d06253d350eb41b96.tar.xz moopa-701798acaeb28f657bd1420d06253d350eb41b96.zip | |
initial v4 commit
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 6 |
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 |