You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the DASHBOARD_API_HOST_PORT only supports the hostname and port. The protocol is hardcoded to HTTPS and when HTTP is desired for internal dev use that needs to be updated in the code. Ideally the protocol can be switched using the same environment variable.
If the protocol is not specified it would default to HTTPS otherwise it will use what is set in the environment variable DASHBOARD_API_HOST_PORT
Examples:
DASHBOARD_API_HOST_PORT=devapi.cncf.ci => defaults to HTTPS
- Default to https for URI scheme
* example `export DASHBOARD_API_HOST_PORT=devapi.cncf.ci`
- If the environment variable DASHBOARD_API_HOST_PORT contains http or
https then that scheme will be used
* example `export DASHBOARD_API_HOST_PORT=http://devapi.cncf.ci`
[#1, crosscloudci/crosscloudci#114]
Currently the DASHBOARD_API_HOST_PORT only supports the hostname and port. The protocol is hardcoded to HTTPS and when HTTP is desired for internal dev use that needs to be updated in the code. Ideally the protocol can be switched using the same environment variable.
If the protocol is not specified it would default to HTTPS otherwise it will use what is set in the environment variable DASHBOARD_API_HOST_PORT
Examples:
The text was updated successfully, but these errors were encountered: