We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb32c22 commit 9ff9b9bCopy full SHA for 9ff9b9b
.env.example
@@ -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