Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Rollback default hostname #56

Merged
merged 1 commit into from
Nov 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ui/src/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
supported in angular-cli https://github.com/angular/angular-cli/issues/1656
*/
export const CONFIG = {
backendHostname: "http://me.docker:8080"
backendHostname: "http://localhost:8080"
}