Skip to content

Commit f078b01

Browse files
authored
Delete redis references from environment-variables.md
1 parent 004f108 commit f078b01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/_environment/environment-variables.md

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ This is the name of a particular environment instance. For example `example_1ab2
2121

2222
This is the internal domain name given to a live production site given by Seravo. An example could be example.fi.seravo.com. It is used in cases when the real external domain (e.g. example.com) has not yet been registered, does not point to the site or might have some other issue and does not work.
2323

24-
### REDIS_HOST and REDIS_PORT
25-
26-
These always contain the Redis server address and port.
27-
2824
### DB_HOST, DB_NAME, DB_USER, DB_PASSWORD
2925

3026
These always contain the database credentials. Please rely on these and the database connection will always work even when you have different passwords in production and in testing. Avoid from hardcoding any passwords or server addresses in your code.

0 commit comments

Comments
 (0)