diff options
author | FChannel <> | 2022-05-05 10:05:40 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | af542e339e5a611d2a1b5876450bee841b577640 (patch) | |
tree | 987f4fce83d49605a0a81d68fcfac9b2d57cf8a7 /README.md | |
parent | 493fc8e025fd613d9faf0b573d610e4a0e0c0228 (diff) |
removed redis dependency
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -33,7 +33,6 @@ and to fix errors reported by `go vet` and make your code better with - Go v1.16+ - PostgreSQL -- Redis - ImageMagick - exiv2 @@ -77,9 +76,6 @@ and to fix errors reported by `go vet` and make your code better with `instancesalt:put your salt string here` Used for secure tripcodes currently. - `redis:redis://localhost` Used for Redis. This should be `redis://localhost` in most cases. - - Currently e-mail is not implemented to do anything special, but the code is in place `emailserver:mail.fchan.xyz` |