Replies: 1 comment
-
|
Makes sense! I think that having these defaults in the generated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the default
:productionsettings in a freshly generated Marten project are basically just host/port. That’s nice for “it boots”, but it also makes it easy to ship a first production deploy with a couple of risky / suboptimal defaults still in place (or missing entirely).What I’d like to propose is adding a small, opinionated production baseline to the generator template:
And then optionally include a few commented “production hints” (so we don’t force anything, but we guide people):
Rough sketch:
If this direction makes sense, I’m happy to open a PR that updates the generator settings template with these production overrides + commented hints.
Beta Was this translation helpful? Give feedback.
All reactions