web3.db-fileconnector
Version:
GraphQL System Built on web3 technologies. Web3.DB is an open database built on top of web3 technologies. It is a decentralized, open-source database that allows users to store and query data in a secure and efficient manner. The system is designed to be
46 lines (45 loc) • 1.17 kB
JSON
{
"ipfs": "local",
"ipfs_host": "http://localhost",
"ipfs_port": 5001,
"ipfs_gateway": "http://localhost:8080",
"state_store": {
"LocalDirectory": "/etc/ceramic/data"
},
"http_api": {
"hostname": "127.0.0.1",
"port": 5101,
"cors_allowed_origins": [],
"admin_dids": [
"did:key:z6MkgrQ9ZzuqgzK1AAKKWdU7UiYbGPaVkGHdGcqEJE3X47BK",
"did:key:z6MkgDiQYjGVg5maQs1GQzphHh2HEFk4Y1esowmUegLJTG6f",
"did:key:z6MkroMgYd5GNxzE3HD9874irXYjiDxZtWpP4ZwFvbCFs7gT"
]
},
"network": {
"id": "InMemory",
"pubsub_topic": null
},
"anchor": "None",
"indexing": {
"db": "sqlite:///Users/jeldonmusic/Documents/matrixblend_com/web3.db-fileconnector/server/ceramic-app/ceramic-indexing/ceramic.db",
"allow_queries_before_historical_sync": true,
"enable_historical_sync": false
},
"did_resolvers": {
"Ethr": {}
},
"node": {
"gateway": false,
"sync_override": false,
"stream_cache_limit": 100
},
"logger": {
"file": {
"enabled": true,
"directory": "./log/ceramic"
},
"level": "Info"
},
"metrics": "Disabled"
}