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
How would you suggest to implement this? Should we make this a compile-time constant, a CLI argument or just try to automatically detect config files from different locations?
How would you suggest to implement this? Should we make this a compile-time constant, a CLI argument or just try to automatically detect config files from different locations?
I think a cli argument / env variable is more flexible. Detecting config files raises the question of what to do if both exist.
Also /var/lib/tailord may be a better default than /etc/tailord, since these files are generated by the tools and not really 'static' configuration.
The text was updated successfully, but these errors were encountered: