update order of variables

This commit is contained in:
Lee 2023-07-05 15:08:53 +00:00
parent 2db43be320
commit 0e57a0de0b

@ -32,10 +32,10 @@ View the Git page: https://git.fascinated.cc/Fascinated/sharex-php-uploader</Ove
<Config Name="Upload Secrets" Target="UPLOAD_SECRETS" Default="" Mode="" Description="You can add multiple secrets. Format: secret1,secret2,secret3" Type="Variable" Display="always" Required="true" Mask="false">set me</Config>
<Config Name="Upload Directory" Target="UPLOAD_DIR" Default="" Mode="" Description="The upload directory (If you don't know what this is, ignore it)" Type="Variable" Display="always" Required="true" Mask="false">./</Config>
<Config Name="Use Random File Names" Target="USE_RANDOM_FILE_NAMES" Default="" Mode="" Description="Use random file names instead of the original file name." Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="Random File Name Length" Target="FILE_NAME_LENGTH" Default="" Mode="" Description="The length of the random file name" Type="Variable" Display="always" Required="true" Mask="false">8</Config>
<Config Name="Should Convert to Webp" Target="SHOULD_CONVERT_TO_WEBP" Default="" Mode="" Description="Should the script convert images to webp?" Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="Webp Quality" Target="WEBP_QUALITY" Default="" Mode="" Description="The quality of the webp image (0-100)" Type="Variable" Display="always" Required="true" Mask="false">95</Config>
<Config Name="Webp Threadhold" Target="WEBP_THREADHOLD" Default="" Mode="" Description="The minimum file size for converting to webp (in bytes)" Type="Variable" Display="always" Required="true" Mask="false">1048576</Config>
<Config Name="File Name Length" Target="FILE_NAME_LENGTH" Default="" Mode="" Description="The length of the random file name" Type="Variable" Display="always" Required="true" Mask="false">8</Config>
<!-- Ports -->
<Config Name="Server Port" Target="80" Default="" Mode="tcp" Description="The port to connect to the application on." Type="Port" Display="always" Required="true" Mask="false">8087</Config>