aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorEltik <[email protected]>2023-10-09 18:25:37 -0400
committerGitHub <[email protected]>2023-10-10 05:25:37 +0700
commit77eb41dcf3c63a7e3539d1fc6fcf2ca2f5e116a4 (patch)
tree593ef66a934af1c15692eb5fed886857e1880325 /.env.example
parentCreate pre-release.md (diff)
downloadmoopa-77eb41dcf3c63a7e3539d1fc6fcf2ca2f5e116a4.tar.xz
moopa-77eb41dcf3c63a7e3539d1fc6fcf2ca2f5e116a4.zip
Small bug fixes (#85)
Diffstat (limited to '.env.example')
-rw-r--r--.env.example2
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