Skip to content

Commit

Permalink
Switching default env to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard authored Sep 30, 2018
1 parent f2104cd commit 2e43277
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 2e43277

Please sign in to comment.