1
alper created
Support Team
Director
@huseyin.cakirli reports an issue about working Redis with password keyword.
ABP works with Redis with server-ip:port string.
but when we use the following formats it doesn't connect
redis_server_ip:redis_port,password=REDIS_PASSWORD_HERE or
redis_password@redis_server_ip:redis_port
1 Answer(s)
-
1
Hi Albert :)
The password for Redis can be given via
appsettings.jsonas in the picture below.I haven't tried it as
environment variablesbecause if it reads fromappsettings.json, we can be sure that it will read it as environment variables as well. For more information you can check here.
