After this commit, dev auth would start working with the `REMARK_URL` hostname instead of the previously hardcoded 127.0.0.1. Breaks development setup where `REMARK_URL` was set to a non-standard value and dev auth was running on 127.0.0.1 and working, as, after that change, it would stop working.
9 lines
212 B
JSON
9 lines
212 B
JSON
{
|
|
"name": "redis",
|
|
"version": "8.11.5",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:go-redis/redis.git",
|
|
"author": "Vladimir Mihailenco <vladimir.webdev@gmail.com>",
|
|
"license": "BSD-2-clause"
|
|
}
|