-
Hi all,
I have been trying to turn on and change some features within the env file in the /app/data folder but any changes I make it is not reflecting in the app. For example 2fa or turning on the webdav function or increasing the default storage from 512mb, setting these makes no changes in the app even after restarting the containers.
Any ideas?
Thanks -
I can confirm the issue. Looks like something wrong with the selection of env files in the app. I'm working on a fix for it.
@nebulon awesome thanks, I was trying to figure it out myself but could just not figure it out.
-
I've updated the app package to now actually use the
/app/data/env
file. Previously it would pickup the/app/code/env.production
always instead for some reason. Let me know if it works now for you once the app update is applied on your instance. -
@nebulon working perfectly. Thank you.