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
Runtime configuration really depends on production and its design. Can provide an example in documentation (or link to a guide on making use of text files for variables/runtime constants in nim; maybe jester has one?).
compare to others framework in Nim they all use custom object.
well, in other languages they usually use .yml .ini some like.
in nim we can use .nims , dotenv package.
may have compile time config and runtime config.
The text was updated successfully, but these errors were encountered: