Solved How to modify config variables?
-
I'm unable to configure the settings for an external s3 connection, as given here:
https://www.openproject.org/docs/installation-and-operations/configuration/#attachments-storage
Where can i find the option to set them?
-
The current package does not support this yet, but I am looking into how we can support this. I will keep this thread updated on that topic.
-
Alright so the just published package now supports environment variable overrides in
/app/data/env
(after setting those, the app has to be restarted)
All available env variables are listed at https://www.openproject.org/docs/installation-and-operations/configuration/environment/#supported-environment-variablesI will further adjust the docs.
-
nebulon
-
@nebulon Thanks a lot!