Closed sschulz-t closed 3 years ago
i can see your concerns. especially under the "development-setup" environment.
I can start renaming those environment variable as suggested up to the "Docker"/"Kube deployment" files to start with.
and will finally rename /server/config.js once sync with the Orange Teams.
Is that OK?
sounds very good 👍
Pull request created : #22
I would propose to use a name prefix for all common adapter env vars like COMMONADAPTER for all common adapter related stuff. E.g. instead of using DB_POOL_SIZE I would suggest to use COMMON_ADAPTER_DB_POOL_SIZE.
This has two reasons. Firstly, it is much easier to identify what those variables are good for when browsing the BWRP config files. And secondly, we might face some name collisions in the future.
What do you think?