mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -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
|
## To Start Streamwall
|
||||||
|
|
||||||
1. Using a terminal/console window as described above, go to the streamwall directory, and run `npm run start-local`
|
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
|
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.
|
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
|
#port = 80
|
||||||
|
|
||||||
# Username and password
|
# Username and password
|
||||||
username = "woke"
|
username = "streamwall"
|
||||||
password = "woke"
|
password = "please-change-this"
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
# Interval to refresh polled datasources
|
# Interval to refresh polled datasources
|
||||||
|
|||||||
Reference in New Issue
Block a user