Skip to content

Commit

Permalink
fix: Remove trailing slash on profiles origin
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Sep 16, 2020
1 parent 6241baf commit 6bf6c93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.development.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ SEND_IN_BLUE_TOKEN=token
# For tooling and profiles page
CHROME_EXTENSION_ID=
FIREFOX_EXTENSION_ID=
PROFILES_ORIGIN=http://localhost:8080/
PROFILES_ORIGIN=http://localhost:8080
PROFILES_ASSETS_PATH=/
2 changes: 1 addition & 1 deletion .env.proding
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ [email protected]
CHROME_EXTENSION_ID=mepoelfgpameiagpkgpjphnbgampgffm
FIREFOX_EXTENSION_ID={72aad822-62f5-4663-a8f0-025b2f9a3dd5}
BABEL_ENV=production
PROFILES_ORIGIN=https://proding-profiles.dismoi.io/
PROFILES_ORIGIN=https://proding-profiles.dismoi.io
PROFILES_ASSETS_PATH=https://proding-profiles.dismoi.io/
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ [email protected]
CHROME_EXTENSION_ID=fpjlnlnbacohacebkadbbjebbipcknbg
FIREFOX_EXTENSION_ID=@lmem
PROFILES_ORIGIN=https://www.dismoi.io
PROFILES_ASSETS_PATH=https://profiles.dismoi.io
PROFILES_ASSETS_PATH=https://profiles.dismoi.io/
2 changes: 1 addition & 1 deletion .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ [email protected]
CHROME_EXTENSION_ID=nfabbfkbbbcebdmnocndhdombaffkaog
FIREFOX_EXTENSION_ID={7d0d2553-c311-4acd-a170-f9a4714eb2c0}
BABEL_ENV=production
PROFILES_ORIGIN=https://staging-profiles.dismoi.io/
PROFILES_ORIGIN=https://staging-profiles.dismoi.io
PROFILES_ASSETS_PATH=https://staging-profiles.dismoi.io/

0 comments on commit 6bf6c93

Please sign in to comment.