mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Change default username/password
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user