-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1822 from owncloud/runtime-hostname-port-configur…
…able
- Loading branch information
Showing
7 changed files
with
67 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Enhancement: Runtime Hostname and Port are now configurable | ||
|
||
Without any configuration the ocis runtime will start on `localhost:9250` unless specified otherwise. Usage: | ||
|
||
- `OCIS_RUNTIME_PORT=6061 bin/ocis server` | ||
- overrides the oCIS runtime and starts on port 6061 | ||
- `OCIS_RUNTIME_PORT=6061 bin/ocis list` | ||
- lists running extensions for the runtime on `localhost:6061` | ||
|
||
All subcommands are updated and expected to work with the following environment variables: | ||
|
||
``` | ||
OCIS_RUNTIME_HOST | ||
OCIS_RUNTIME_PORT | ||
``` | ||
|
||
https://github.com/owncloud/ocis/pull/1822 |
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
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
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