You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your issue.
web backend also needs a config file for stuff like paths to data, permitted machine ids. nothing super concrete here yet, but i'd like to be able to easily configure any parametrizable aspect both servers just by editing a config file and restarting the program.
bonus points for a general mod / function that takes an endpoint like /api/v1/config/reload and reloads the config or something that checks if a file has been updated and reloads it, but that's pipe dream stuff
The text was updated successfully, but these errors were encountered:
Please describe your issue.
web backend also needs a config file for stuff like paths to data, permitted machine ids. nothing super concrete here yet, but i'd like to be able to easily configure any parametrizable aspect both servers just by editing a config file and restarting the program.
bonus points for a general mod / function that takes an endpoint like
/api/v1/config/reload
and reloads the config or something that checks if a file has been updated and reloads it, but that's pipe dream stuffThe text was updated successfully, but these errors were encountered: