We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d837daa + 884b12f commit 7a070eeCopy full SHA for 7a070ee
1 file changed
docs/tester/installation/backend.md
@@ -116,7 +116,11 @@ POSTGRES_HOST=postgresdb
116
117
DATABASE_URL=postgresql://<username>:<password>@postgresdb:5432/<database>
118
119
-DEBUG=(true|false)
+DEBUG=false
120
+
121
+REDIS_URL=redis://redis:6379
122
123
+HOST_PWD=<your-expserver-tester-directory>/backend
124
```
125
126
- build the container required to execute test cases
0 commit comments