Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit d84b3a1

Browse files
author
danieltruong
authored
Update README.md
Added how to make multiple usernames and passwords
1 parent d51d9d4 commit d84b3a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,15 @@ location / {
220220
${HTTP_BASIC}
221221
}
222222
```
223+
224+
For multiple usernames and passwords name the environment variables as follows:
225+
226+
`USERNAME`, `PASSWORD`
227+
228+
`USERNAME1`, `PASSWORD1`
229+
230+
`USERNAME2`, `PASSWORD2`
231+
232+
`USERNAME3`, `PASSWORD3`
233+
234+
Etc...

0 commit comments

Comments
 (0)