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
In my case, i want to inject database credentials rather than hardcoding them.
Obviously its not hard to call on Config::Any or similar, however I am curious if there is boilerplate functionality included.
Web frameworks such as the big three (catalyst, mojo and dancer) all have config file functionality built in, such that i can drop values in and access them in a standard way.
Is there a canonical way for Raisin apps to read in their config file?
Many other frameworks provide this type of support, making life easier (or annoying you, if you dont like they way they do it)
The text was updated successfully, but these errors were encountered: