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
Currently, there is a part of docker-server.sh (only active when MUESLI_TESTMODE is active) that creates muesli.yml and alembic.ini based off the corresponding *.example files by replacing certain lines using sed.
The regular expression is not that easy to read, and all in all, this is also probably not that easy to understand for beginners.
It would be great if we could change this to remove the sed stuff.
The text was updated successfully, but these errors were encountered:
Currently, there is a part of
docker-server.sh
(only active whenMUESLI_TESTMODE
is active) that createsmuesli.yml
andalembic.ini
based off the corresponding*.example
files by replacing certain lines usingsed
.The regular expression is not that easy to read, and all in all, this is also probably not that easy to understand for beginners.
It would be great if we could change this to remove the
sed
stuff.The text was updated successfully, but these errors were encountered: