Create env.md

pull/8/head
SuperDev 3 years ago committed by GitHub
parent 9ac06b6610
commit 368c729a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,33 @@
##### Administration
---
| ENV | Description | Required | Example |
| ------ | ------ | ------ | ------ |
| ADMIN_EMAIL | Sets the login email for the administration panel | YES | admin@admin.com
| ADMIN_PASSWORD | Sets the login password for the administration panel | YES | password
##### SEO
---
| ENV | Description | Required | Example |
| ------ | ------ | ------| ------ |
| APP_NAME | Sets the app title | YES | AnonUpload - Secure File Sharing
| APP_DESC | Sets the app description | YES | Secure and anonymous file sharing
| APP_LOGO_IMAGE | Sets the app logo image | YES | assets/images/logo.png
##### Plausible
---
| ENV | Description | Required | Example |
| ------ | ------ | ------ | ------ |
| PLAUSIBLE_DOMAIN | Your plausible installations domain | NO | https://xxx.xxx
| PLAUSIBLE_DATA_DOMAIN | Your plausible data domain | NO | xxx.xxx
| PLAUSIBLE_EMBED_TOKEN | Your plausible embed codes **AUTH** token | NO | -xxxxxx-xxxxxx
##### Uploader
---
| ENV | Description | Required | Example
| ------ | ------ | ------ | ------ |
| APP_FILELIST | List of supported files | YES | jpeg,jpg,gif,png,zip,xls,doc,mp3,mp4,mpeg,wav,avi,rar,7z,txt
| APP_SIZE_VERIFICATION | Verify uploaded file size | YES | true/false
| APP_FILE_DESTINATION | File destination folder | YES | files
| APP_BASE_URL | Application base URL | YES | https://xxx.xxx/
| APP_MAX_SIZE | Application max upload size in BYTES | YES | 10000000000 [10GB]
| APP_MIN_SIZE | Application minimum upload size in BYTES | YES | 0 [0KB]
Loading…
Cancel
Save