File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # WebDisplays Video Player Configuration
2
+
3
+ # This file controls how the launcher script behaves.
4
+ # Leave a setting blank or commented out to use automatic detection.
5
+
6
+ # Example: C:\Users\YourName\Documents\WebDisplays-Video-Player
7
+ # If empty, the batch script auto-detects its own folder
8
+ server_path=
9
+
10
+ # Set a custom port (optional). Defaults to 3000 if blank, 3000 is the recommended so best if left blank
11
+ # Example:
12
+ port=3000
13
+
14
+ # Whether to auto-install missing node modules (true/false)
15
+ auto_install=true
16
+
17
+ # Whether to check if Node.js is installed (true/false)
18
+ check_node=true
19
+
20
+ # Whether to open the site in the default browser after launching (true/false)
21
+ open_browser=false
You can’t perform that action at this time.
0 commit comments