mirror of https://github.com/skygpu/skynet.git
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
|
# config sections are optional, depending on which services
|
||
|
# you wish to run
|
||
|
|
||
|
[skynet.dgpu]
|
||
|
account = 'testworkerX'
|
||
|
permission = 'active'
|
||
|
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||
|
node_url = 'https://testnet.skygpu.net'
|
||
|
hyperion_url = 'https://testnet.skygpu.net'
|
||
|
ipfs_gateway_url = '/ip4/169.197.140.154/tcp/4001/p2p/12D3KooWKWogLFNEcNNMKnzU7Snrnuj84RZdMBg3sLiQSQc51oEv'
|
||
|
ipfs_url = 'http://127.0.0.1:5001'
|
||
|
hf_home = 'hf_home'
|
||
|
hf_token = 'hf_XxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXx'
|
||
|
auto_withdraw = true
|
||
|
non_compete = []
|
||
|
|
||
|
[skynet.telegram]
|
||
|
account = 'telegram'
|
||
|
permission = 'active'
|
||
|
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||
|
node_url = 'https://testnet.skygpu.net'
|
||
|
hyperion_url = 'https://testnet.skygpu.net'
|
||
|
ipfs_gateway_url = '/ip4/169.197.140.154/tcp/4001/p2p/12D3KooWKWogLFNEcNNMKnzU7Snrnuj84RZdMBg3sLiQSQc51oEv'
|
||
|
ipfs_url = 'http://127.0.0.1:5001'
|
||
|
token = 'XXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||
|
|
||
|
[skynet.discord]
|
||
|
account = 'discord'
|
||
|
permission = 'active'
|
||
|
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||
|
node_url = 'https://testnet.skygpu.net'
|
||
|
hyperion_url = 'https://testnet.skygpu.net'
|
||
|
ipfs_gateway_url = '/ip4/169.197.140.154/tcp/4001/p2p/12D3KooWKWogLFNEcNNMKnzU7Snrnuj84RZdMBg3sLiQSQc51oEv'
|
||
|
ipfs_url = 'http://127.0.0.1:5001'
|
||
|
token = 'XXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||
|
|
||
|
[skynet.pinner]
|
||
|
hyperion_url = 'https://testnet.skygpu.net'
|
||
|
ipfs_url = 'http://127.0.0.1:5001'
|
||
|
|
||
|
[skynet.user]
|
||
|
account = 'testuser'
|
||
|
permission = 'active'
|
||
|
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||
|
node_url = 'https://testnet.skygpu.net'
|
||
|
|