Skip to content

Commit 9ff9b9b

Browse files
committed
Add .env.example with default configuration
1 parent bb32c22 commit 9ff9b9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.env.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# StreamCap runtime environment configuration
2+
# PLATFORM: Runtime platform for the application, supports 'desktop' or 'web' modes (default: desktop)
3+
PLATFORM=desktop
4+
5+
# HOST: Web server host address (default: 127.0.0.1, used for local development)
6+
HOST=127.0.0.1
7+
8+
# PORT: Web server port number (default: 6006)
9+
PORT=6006

0 commit comments

Comments
 (0)