|  | @@ -236,6 +236,11 @@ services:
 | 
	
		
			
				|  |  |        #- ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60
 | 
	
		
			
				|  |  |        #- ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW=15
 | 
	
		
			
				|  |  |        #---------------------------------------------------------------
 | 
	
		
			
				|  |  | +      # ==== ACCOUNT OPTIONS ====
 | 
	
		
			
				|  |  | +      # https://docs.meteor.com/api/accounts-multi.html#AccountsCommon-config
 | 
	
		
			
				|  |  | +      # Defaults below. Uncomment to change. wekan/server/accounts-common.js
 | 
	
		
			
				|  |  | +      # - ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS=90
 | 
	
		
			
				|  |  | +      #---------------------------------------------------------------
 | 
	
		
			
				|  |  |        # ==== STORE ATTACHMENT ON SERVER FILESYSTEM INSTEAD OF MONGODB ====
 | 
	
		
			
				|  |  |        # https://github.com/wekan/wekan/pull/2603
 | 
	
		
			
				|  |  |        #- ATTACHMENTS_STORE_PATH = <pathname> # pathname can be relative or fullpath
 |