hedwiggggg / spotify-ripper-web

This repository aimed to create an easy-to-use web interface for the spotify-ripper.
MIT License
45 stars 10 forks source link

Rename APP_PATH to EXPORT_PATH and re-use it #38

Closed CL0SeY closed 2 years ago

CL0SeY commented 2 years ago

I think the original APP_PATH was a bit confusing - it was not really where the APP was living but was more about where the files will be downloaded to.

As you needed to set the absolute path in the .env anyway, have changed the config across the app to rely on replacement variable, EXPORT_PATH, which only needs to be configured once in the .env file. It will then get re-used in the docker-compose.