Add audio length var to env sample
Added MAX_AUDIO_LENGTH var and documented in .env.production.sample
This commit is contained in:
		@@ -175,6 +175,9 @@ STREAMING_CLUSTER_NUM=1
 | 
				
			|||||||
# MAX_IMAGE_SIZE=8388608
 | 
					# MAX_IMAGE_SIZE=8388608
 | 
				
			||||||
# MAX_VIDEO_SIZE=41943040
 | 
					# MAX_VIDEO_SIZE=41943040
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Maximum length of audio uploads in seconds
 | 
				
			||||||
 | 
					# MAX_AUDIO_LENGTH=60
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# LDAP authentication (optional)
 | 
					# LDAP authentication (optional)
 | 
				
			||||||
# LDAP_ENABLED=true
 | 
					# LDAP_ENABLED=true
 | 
				
			||||||
# LDAP_HOST=localhost
 | 
					# LDAP_HOST=localhost
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user