mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Introduce nats client
Initially submit every job received via rest on NATS
This commit is contained in:
		| @@ -148,6 +148,9 @@ type ProgramConfig struct { | ||||
| 	// redirect every request incoming at port 80 to that url. | ||||
| 	RedirectHttpTo string `json:"redirect-http-to"` | ||||
|  | ||||
| 	SinkConfigFile string `json:"sink-config-file"` | ||||
| 	RecvConfigFile string `json:"recv-config-file"` | ||||
|  | ||||
| 	// If overwritten, at least all the options in the defaults below must | ||||
| 	// be provided! Most options here can be overwritten by the user. | ||||
| 	UiDefaults map[string]interface{} `json:"ui-defaults"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user