docs: non interactive env

This commit is contained in:
Yashvardhan Jagnani
2025-08-05 14:20:18 +05:30
parent 355c83a8c1
commit 47051bf11b
4 changed files with 13 additions and 3 deletions

View File

@@ -114,5 +114,6 @@
},
"APIKEY": "your-secret-key",
"HOST": "0.0.0.0",
"API_TIMEOUT_MS": 600000
"API_TIMEOUT_MS": 600000,
"NON_INTERACTIVE_MODE": false
}