Skip to content

Commit 394c78a

Browse files
authored
Create config.txt
1 parent deb578e commit 394c78a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

config.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

0 commit comments

Comments
 (0)