Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arbalet-project/frontage-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Oct 1, 2018
2 parents 3972c8b + 2e43277 commit 7685393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontage-frontend-app/src/app/environment.example.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environmentExample = {
backEndBaseUrl: "http://192.168.1.18:33405",
snapBaseUrl: "http://192.168.1.18:33450",
webSocketAdress: "ws://192.168.1.18:33406",
backEndBaseUrl: "http://127.0.0.1:33405",
snapBaseUrl: "http://127.0.0.1:33450",
webSocketAdress: "ws://127.0.0.1:33406",
protocol_version: 1,
sentryUri: "http://04bc4e63f4964b94a230aa52e048c802@192.168.0.42:9000/3"
sentryUri: "http://04bc4e63f4964b94a230aa52e048c802@127.0.0.1:9000/3"
}

0 comments on commit 7685393

Please sign in to comment.