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
I think this is a barrier for most people who want to contribute to labrinth. It's just hard to get dummy data and accounts. There seems to be some code in the test package for generating dummy data, but there is no documentation around how to use this. Ideally I think we should allow most env variables be empty, and disable those features. For example if no SMTP is configured, instead print the email contents in the logs. In addition to disabling these features, I would suggest that we also implement and document some utility to generate dummy data.
Is your suggested enhancement related to a problem? Please describe.
When I tried to run labrinth backend locally I encountered such problems. I can't just register account for testing purposes.
Captcha Error. Try resubmitting the form.
.Then If I disable Cloudflare integration code...
SMTP Error: Connection error: No such host is known. (os error 11001)
because SMTP server is not configured.Describe the solution you'd like
Put options into dotenvy config:
Adding such options can make running local instance less painful.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: