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
Following folders are mixed in the data folder, and called in the code using root_data.
ecoscore
emb_codes
forest-footprint
ingredients
lang
packager-codes
po
taxonomies
templates
But they are not real application data, they are configuration data (they come with deployment and should not be modified locally).
So they should have a different root.
In the code it would be ideal to have a data_root and conf_root and use them appropriately.
For the time being, in production data_root and conf_root could be the same path, whereas in preprod they would be separated (data_root is a volume, conf_root is in the image).
What
Part of
The text was updated successfully, but these errors were encountered: