Skip to content

Commit 7a070ee

Browse files
authored
Merge pull request #29 from Shibin-Ez/master
update install doc tester
2 parents d837daa + 884b12f commit 7a070ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/tester/installation/backend.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@ POSTGRES_HOST=postgresdb
116116

117117
DATABASE_URL=postgresql://<username>:<password>@postgresdb:5432/<database>
118118

119-
DEBUG=(true|false)
119+
DEBUG=false
120+
121+
REDIS_URL=redis://redis:6379
122+
123+
HOST_PWD=<your-expserver-tester-directory>/backend
120124
```
121125

122126
- build the container required to execute test cases

0 commit comments

Comments
 (0)