skynet/skynet.toml.example

45 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2023-10-06 13:24:44 +00:00
# config sections are optional, depending on which services
# you wish to run
2025-02-07 23:55:01 +00:00
[dgpu]
2023-10-06 13:24:44 +00:00
account = 'testworkerX'
permission = 'active'
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
node_url = 'https://testnet.skygpu.net'
ipfs_url = 'http://127.0.0.1:5001'
hf_home = 'hf_home'
hf_token = 'hf_XxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXx'
non_compete = []
2025-02-07 23:55:01 +00:00
tui = true
log_file = 'dgpu.log'
log_level = 'info'
2023-10-06 13:24:44 +00:00
2025-02-07 23:55:01 +00:00
[telegram]
2023-10-06 13:24:44 +00:00
account = 'telegram'
permission = 'active'
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
node_url = 'https://testnet.skygpu.net'
hyperion_url = 'https://testnet.skygpu.net'
ipfs_url = 'http://127.0.0.1:5001'
token = 'XXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
2025-02-07 23:55:01 +00:00
[discord]
2023-10-06 13:24:44 +00:00
account = 'discord'
permission = 'active'
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
node_url = 'https://testnet.skygpu.net'
hyperion_url = 'https://testnet.skygpu.net'
ipfs_url = 'http://127.0.0.1:5001'
token = 'XXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
2025-02-07 23:55:01 +00:00
[pinner]
2023-10-06 13:24:44 +00:00
hyperion_url = 'https://testnet.skygpu.net'
ipfs_url = 'http://127.0.0.1:5001'
2025-02-07 23:55:01 +00:00
[user]
2023-10-06 13:24:44 +00:00
account = 'testuser'
permission = 'active'
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
node_url = 'https://testnet.skygpu.net'