SasaKaranovic / VU-Server

VU Dials Server Application
https://vudials.com
26 stars 12 forks source link

Configure filesystem paths from the command line #24

Closed hawkw closed 7 months ago

hawkw commented 7 months ago

Currently, all paths used by the server are hard-coded to paths in the directory where the server source code is located. On Unix systems, it's preferable to store state, configuration, and log files in different directories. Therefore, this commit adds the following new command-line arguments to configure these paths:

If these command-line arguments are not provided, the server behaves identically to the way it does today.

Fixes #20

SasaKaranovic commented 7 months ago

This PR should be addressed by the #29