mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Add custom hibernate.cfg.xml to XWiki role to use SELECT 1 as validation query (avoids PROCESS privilege requirement in MariaDB). See https://chatgpt.com/share/68c2c4dd-beec-800f-b44a-9c84494491f8
This commit is contained in:
		| @@ -14,6 +14,7 @@ XWIKI_HOSTNAME:                       "{{ container_hostname }}" | ||||
| ## Paths | ||||
| XWIKI_HOST_CONF_PATH:                 "{{ [docker_compose.directories.config, 'xwiki.cfg'] | path_join }}" | ||||
| XWIKI_HOST_PROPERTIES_PATH:           "{{ [docker_compose.directories.config, 'xwiki.properties'] | path_join }}" | ||||
| XWIKI_HOST_HIBERNATE_PATH:            "{{ [docker_compose.directories.config, 'hibernate.cfg.xml'] | path_join }}" | ||||
|  | ||||
| ## Docker | ||||
| XWIKI_IMAGE_CUSTOM:                   "xwiki_custom" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user