Skip to content

Commit

Permalink
Discard deprecated legacy boostnot url
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Jul 13, 2021
1 parent 702ad2d commit 7dea4a4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .env.default
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
BOOST_NOTE_BASE_URL=https://note.boostio.co
BOOST_HUB_BASE_URL=https://boosthub.io

AMPLIFY_AUTH_IDENTITY_POOL_ID=
Expand Down
1 change: 0 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

```
NODE_ENV=production
BOOST_NOTE_BASE_URL=https://note.boostio.co
BOOST_HUB_BASE_URL=
SSE_URL=
Expand Down
1 change: 0 additions & 1 deletion webpack.cloud.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ module.exports = (env, argv) => {
'AMPLIFY_AUTH_REGION',
'AMPLIFY_PINPOINT_APPID',
'AMPLIFY_PINPOINT_REGION',
'BOOST_NOTE_BASE_URL',
'BOOST_HUB_BASE_URL',
'SSE_URL',
'REALTIME_URL',
Expand Down
1 change: 0 additions & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ module.exports = (env, argv) => {
'AMPLIFY_AUTH_REGION',
'AMPLIFY_PINPOINT_APPID',
'AMPLIFY_PINPOINT_REGION',
'BOOST_NOTE_BASE_URL',
'BOOST_HUB_BASE_URL',
]),
new CopyPlugin({
Expand Down
1 change: 0 additions & 1 deletion webpack.mobile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ module.exports = (env, argv) => {
'AMPLIFY_AUTH_REGION',
'AMPLIFY_PINPOINT_APPID',
'AMPLIFY_PINPOINT_REGION',
'BOOST_NOTE_BASE_URL',
'BOOST_HUB_BASE_URL',
'SSE_URL',
'REALTIME_URL',
Expand Down

0 comments on commit 7dea4a4

Please sign in to comment.