Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: fix settings filename in the development instructions #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RisingOpsNinja
Copy link

Building the backend fails, if you follow the development instructions in the readme:

[2024-08-29 08:24:54] [simple_wkd] DEBUG: Starting server...
[2024-08-29 08:24:54] [simple_wkd::settings] DEBUG: Parsing settings...
[2024-08-29 08:24:54] [simple_wkd::settings] ERROR: Unable to access settings file!
thread 'main' panicked at src/settings.rs:52:13:
Unable to access settings file!

The settings file is expected in backend/config.toml, but in the instructions it is copied to backend/example.toml:

$ cp example.config.toml backend/example.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant