mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Semi bsr for applications[] to prevent heavy to debug bugs in j2 - part 1
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| # https://github.com/LDAPAccountManager/lam/blob/develop/lam-packaging/docker/.env   | ||||
|        | ||||
| # Basic Configuration    | ||||
| LAM_PASSWORD=               {{applications[application_id].credentials.administrator_password}}    # LAM configuration master password and password for server profile "lam | ||||
| LAM_PASSWORD=               {{applications | get_app_conf(application_id, 'credentials.administrator_password', True)}}    # LAM configuration master password and password for server profile "lam | ||||
|       | ||||
| # Database | ||||
| LAM_CONFIGURATION_DATABASE= files                                               # configuration database (files or mysql) @todo implement mariadb | ||||
|   | ||||
		Reference in New Issue
	
	Block a user