diff options
| author | Eltik <[email protected]> | 2023-10-09 18:25:37 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-10 05:25:37 +0700 |
| commit | 77eb41dcf3c63a7e3539d1fc6fcf2ca2f5e116a4 (patch) | |
| tree | 593ef66a934af1c15692eb5fed886857e1880325 /.env.example | |
| parent | Create pre-release.md (diff) | |
| download | moopa-77eb41dcf3c63a7e3539d1fc6fcf2ca2f5e116a4.tar.xz moopa-77eb41dcf3c63a7e3539d1fc6fcf2ca2f5e116a4.zip | |
Small bug fixes (#85)
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 |