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
Tweaking config instructions and initialization - resolves#365
Configuration instructions encourage the user to use a configuration
file called `development.yaml` (for self-build) or `production.yaml`
(for Docker build) but do not provide instructions to point Mjölnir
to read from these files.
This patch:
- allows Mjölnir to read `production.yaml` if available, without
additional instructions needed;
- change the instructions for self-build to use `default.yaml`,
which is read without additional instructions;
- add instructions in case the user wishes to use `development.yaml`;
- tweak the error message in case the config file isn't setup at
all to clarify this for users.
0 commit comments