-
Notifications
You must be signed in to change notification settings - Fork 29
Odo Ports
David Willson edited this page Jun 25, 2014
·
1 revision
- 8090: API - access the Odo UI, Odo configuration REST endpoints (http://localhost:8090/testproxy/api/)
- 8082: HTTP proxy - handles HTTP traffic
- 8012: HTTPS proxy - handles HTTPS traffic
- 9090: Forwarding port. You can send HTTP and HTTPS requests to this port and Odo will forward them to the correct port according to the protocol
- 9092: Database
Each of these ports can be configured by setting an environment variable with the desired port value before startup.
- API: ODO_API_PORT
- HTTP: ODO_HTTP_PORT
- HTTPS: ODO_HTTPS_PORT
- Forwarding: ODO_FWD_PORT
- Database: ODO_DB_PORT