Skip to content

Commit 775aefb

Browse files
Changed backend port to 8090 (#260)
Changed the configuration file pointing to the backend
1 parent 63424e8 commit 775aefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ei.use.secure.http.frontend=false
2121
######## EI Default Back-Ends
2222
ei.backend.instances.filepath=
2323
#ei.backend.instances.list.json.content=
24-
ei.backend.instances.list.json.content=[{"name":"EI-Backend-1","host":"localhost","port":8070,"contextPath":"","https":false,"defaultBackend":true}]
24+
ei.backend.instances.list.json.content=[{"name":"EI-Backend-1","host":"localhost","port":8090,"contextPath":"","https":false,"defaultBackend":true}]
2525

2626
###### EI Documentation Link Url ##########
2727
ei.eiffel.documentation.urls={ "EI front-end documentation": "https://eiffel-community.github.io/eiffel-intelligence-frontend",\

0 commit comments

Comments
 (0)