Change default username/password

This commit is contained in:
Max Goodhart
2020-11-04 23:07:42 -08:00
parent eeadb061bb
commit 1c2c13dd3f
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ Under the hood, think of Streamwall as a specialized web browser for mosaicing v
## To Start Streamwall
1. Using a terminal/console window as described above, go to the streamwall directory, and run `npm run start-local`
2. This will open a black stream window and a browser window. The default username and password are 'woke'.
2. This will open a black stream window and a browser window. The default username is "streamwall" and the default password is "please-change-this".
3. Use the browser window to load or control streams. The initial list will be populated from https://woke.net/#streams
4. If you enter the same stream code in multiple cells, it will merge them together for a larger stream.

View File

@@ -26,8 +26,8 @@ address = "http://localhost:80"
#port = 80
# Username and password
username = "woke"
password = "woke"
username = "streamwall"
password = "please-change-this"
[data]
# Interval to refresh polled datasources