Fix libvirt config
This commit is contained in:
		@@ -55,8 +55,11 @@ AUTH_USERNAME=user
 | 
				
			|||||||
AUTH_PASSWORD=changeme
 | 
					AUTH_PASSWORD=changeme
 | 
				
			||||||
DISABLE_OIDC=true
 | 
					DISABLE_OIDC=true
 | 
				
			||||||
STORAGE=/home/virtweb/storage
 | 
					STORAGE=/home/virtweb/storage
 | 
				
			||||||
 | 
					HYPERVISOR_URI=qemu:///system
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					> Note: `HYPERVISOR_URI=qemu:///system` is used to sepcify that we want to use the main hypervisor.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Register Virtweb service
 | 
					## Register Virtweb service
 | 
				
			||||||
Before registering service, check that the configuration works correctly:
 | 
					Before registering service, check that the configuration works correctly:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user