mirror of
				https://github.com/YunoHost-Apps/send_ynh.git
				synced 2025-11-03 23:35:35 +01:00 
			
		
		
		
	Update config_panel.toml
This commit is contained in:
		@@ -13,7 +13,7 @@ services = ["__APP__"]
 | 
			
		||||
        ask.en = "Max File Size"
 | 
			
		||||
        ask.fr = "Taille maximale du fichier"
 | 
			
		||||
        type = "number"
 | 
			
		||||
        default = 100
 | 
			
		||||
        default = "100"
 | 
			
		||||
        help.en = "Choose the maximum file size allowed to send (in Mo)"
 | 
			
		||||
        help.fr = "Choisissez la taille maximale du fichier autorisé à envoyer (en Mo)"
 | 
			
		||||
        bind = "max_file_size:/var/www/__APP__/server/config.js"
 | 
			
		||||
@@ -22,7 +22,7 @@ services = ["__APP__"]
 | 
			
		||||
        ask.en = "Max downloads"
 | 
			
		||||
        ask.fr = "Téléchargements maximal"
 | 
			
		||||
        type = "number"
 | 
			
		||||
        default = 100
 | 
			
		||||
        default = "100"
 | 
			
		||||
        help.en = "Define the maximum download limit"
 | 
			
		||||
        help.fr = "Définir la limite maximale du nombre de téléchargement"
 | 
			
		||||
        bind = "max_downloads:/var/www/__APP__/server/config.js"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user