ipfs/site.config.js

8 lines
226 B
JavaScript
Raw Normal View History

2019-10-20 01:40:55 +02:00
module.exports = {
title: 'ipfs.kretschmann.io',
description: 'A public IPFS Gateway',
url: 'https://ipfs.kretschmann.io',
ipfsGateway: 'https://ipfs.kretschmann.io',
2021-09-12 23:28:40 +02:00
ipfsNodeUri: 'https://ipfs.kretschmann.io:443'
2019-10-20 01:40:55 +02:00
}