Skip to content

Commit bdd57ba

Browse files
authored
chore: Remove port variable from the che.api property (#964)
1 parent 3fff58a commit bdd57ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che

assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
### {prod-short} server
1717

1818
# API service. Browsers initiate REST communications to {prod-short} server with this URL.
19-
che.api=http://${CHE_HOST}:${CHE_PORT}/api
19+
che.api=https://${CHE_HOST}/api
2020

2121
# API service internal network URL. Back-end services should initiate REST communications to {prod-short} server with this URL.
2222
che.api.internal=NULL

0 commit comments

Comments
 (0)