danvergara / morphos

Self-hosted file converter server
MIT License
1.1k stars 44 forks source link

uploadPath env variable #64

Closed gedw99 closed 1 month ago

gedw99 commented 1 month ago
uploadPath = os.Getenv("TMP_DIR")

Can we have this as env variable as "MORPHOS_UPLOAD_PATH", just like we have currently with "MORPHOS_PORT"

Just ensures it does not clash with others ... It's a simple thing but makes art easier to manage.

language

gedw99 commented 1 month ago

Thanks @danvergara