ipfs-upload/ipfs_upload.default.yml

36 lines
585 B
YAML
Raw Permalink Normal View History

2022-11-04 19:31:41 -05:00
---
secrets:
- HERE
2023-02-06 23:37:46 -06:00
max_upload_size: 104857600
service_name: "pinserv"
2022-11-04 19:31:41 -05:00
database:
2023-02-23 00:25:08 -06:00
# SQLite
#type: 'sqlite'
#connection: 'sqlite:app.db'
# Postgres
#type: 'postgres'
#connection: 'postgresql://'
# Use DB auth
#auth: 'db'
#whitelist_names:
- nullobsi
2022-11-04 19:31:41 -05:00
2022-11-05 11:09:12 -05:00
# Use ldap auth
2023-02-23 00:25:08 -06:00
#auth: 'ldap'
#ldap:
# uri: 'ldaps://127.0.0.1'
# dnBase: 'CN=%u,OU=Users,DC=example,DC=org'
2022-11-05 11:09:12 -05:00
2022-11-04 19:31:41 -05:00
ipfs:
2022-11-05 11:28:17 -05:00
# Please add leading slash for both
2022-11-04 19:31:41 -05:00
gatewayWriteUrl: "http://localhost:5001/"
2022-11-05 11:28:17 -05:00
gatewayPubUrl: "http://localhost:8080/ipfs/"
2022-11-04 19:31:41 -05:00
delegates:
- "/ip4/203.0.113.1/tcp/4001/p2p/QmServicePeerId"