Skip to content

Commit

Permalink
Merge branch 'fix--search' into addPortOnLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Sep 6, 2022
2 parents c066694 + 605a9d4 commit 1d90d7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
"package.json"
],
"dmg": {
"contents":
[
"contents": [
{
"x": 130,
"y": 220
Expand Down
7 changes: 4 additions & 3 deletions src/render/core/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ export default {
// 'https://vps1.phillm.net',
// 'https://vps2.phillm.net',
// 'https://vps3.phillm.net',
'https://watchit.mypinata.cloud',
'https://ipfs.infura.io',
// 'https://gateway.pinata.cloud',
// 'https://watchit.mypinata.cloud',
'https://ipfs.filebase.io',
'https://gateway.ipfs.io',
'https://ipfs.io',
...process.env.RUNTIME !== 'web'
? ['http://localhost:9090']
: []
Expand Down

0 comments on commit 1d90d7e

Please sign in to comment.