Skip to content

Commit

Permalink
upgrade ipfs url to httpS
Browse files Browse the repository at this point in the history
  • Loading branch information
semyon-dev committed Nov 25, 2024
1 parent 745a562 commit 173bbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const (
"daemon_end_point": "127.0.0.1:8080",
"daemon_group_name":"default_group",
"payment_channel_storage_type": "etcd",
"ipfs_end_point": "http://ipfs.singularitynet.io:80",
"ipfs_end_point": "https://ipfs.singularitynet.io:443",
"lighthouse_endpoint": "https://gateway.lighthouse.storage/ipfs/",
"ipfs_timeout" : 30,
"passthrough_enabled": true,
Expand Down Expand Up @@ -146,7 +146,7 @@ const (
"daemon_group_name":"default_group",
"passthrough_enabled": true,
"payment_channel_storage_type": "etcd",
"ipfs_end_point": "http://ipfs.singularitynet.io:80",
"ipfs_end_point": "https://ipfs.singularitynet.io:443",
"lighthouse_endpoint": "https://gateway.lighthouse.storage/ipfs/",
"log": {
"output": {
Expand Down

0 comments on commit 173bbd7

Please sign in to comment.