mirror of https://github.com/skygpu/skynet.git
				
				
				
			
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
# config sections are optional, depending on which services
 | 
						|
# you wish to run
 | 
						|
 | 
						|
[dgpu]
 | 
						|
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 = []
 | 
						|
tui = true
 | 
						|
log_file = 'dgpu.log'
 | 
						|
log_level = 'info'
 | 
						|
 | 
						|
[telegram]
 | 
						|
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'
 | 
						|
 | 
						|
[discord]
 | 
						|
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'
 | 
						|
 | 
						|
[pinner]
 | 
						|
hyperion_url = 'https://testnet.skygpu.net'
 | 
						|
ipfs_url = 'http://127.0.0.1:5001'
 | 
						|
 | 
						|
[user]
 | 
						|
account = 'testuser'
 | 
						|
permission = 'active'
 | 
						|
key = '5Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
 | 
						|
node_url = 'https://testnet.skygpu.net'
 | 
						|
 |