// idea to have a 'util-confme'
// with access to config content and able to configure() it's config as we go
// check on how configuration behaves withing app and outside in a module
// or we may use a generate config script to combine all, it's maybe handy to
// generate all confme file as a post-install task directly in app directory
// label: dev-prep
export const config = {
http: {
port: 7777
ndex b263caf..3157276 100644
++ b/apps/web-portal/lib/WebPortalExpressApp.mjs
Provide App configuration definition with confme
idea to have a 'util-confme'
with access to config content and able to configure() it's config as we go
check on how configuration behaves withing app and outside in a module
or we may use a generate config script to combine all, it's maybe handy to
generate all confme file as a post-install task directly in app directory
label: dev-prep
https://github.com/zorko-io/zorko-platform/blob/35ba3eb4878631c723bba5171afd157c3a6a91ef/apps/web-portal/config.mjs#L1
e0ff94b8db175e615ca265fba1614dd89656d8f6