forked from dmolchanenko/RedwoodHQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timeout configuration parameter for REST api
- Loading branch information
Freddy Vega
committed
Sep 8, 2016
1 parent
7c89936
commit 24568e7
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
[Agent] | ||
AgentVersion=1.00.01 | ||
AgentVersion=2.40.20 | ||
AgentPort=5009 | ||
AgentVNCPort=3006 | ||
Update=PASS | ||
Update= | ||
OS=Windows | ||
CloudAgent=true | ||
|
||
[Server] | ||
ServerVersion= | ||
ServerVersion=2.40.20 | ||
DBPort=27017 | ||
AppServerPort=3000 | ||
AppServerIPHost=localhost | ||
AppServerIPHost22=10.130.10.35 | ||
AppServerIPHost22=192.168.10.107 | ||
AppServerIPHost=127.0.0.1 | ||
# Default timeout for REST API in Milliseconds | ||
DefaultTimeout=1200000 | ||
|
||
[Windows] | ||
VNC=Yes | ||
AppShortcutFolderName=RedwoodHQ |