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
I've configured a container and mapped /assets/custom/ with local directory which contains an 'images' folder. That folder contains two images. I'm trying to set one as logo and the other as background via environment variables and via custom config.inc.php but no one works. The config.inc.php file (mapped in /assets/custom/conf) already contains a several custom configs and all works well.
Entering in the container, the config file (/www/ssp/conf/config.inc.php) presents the two image variables with your default values. The environment variables are correct with same value as defined in config but are ignored. Editing the config file manually with same values works. However I think that this behavior isn't desired.
The text was updated successfully, but these errors were encountered:
Hi,
I've configured a container and mapped /assets/custom/ with local directory which contains an 'images' folder. That folder contains two images. I'm trying to set one as logo and the other as background via environment variables and via custom config.inc.php but no one works. The config.inc.php file (mapped in /assets/custom/conf) already contains a several custom configs and all works well.
Entering in the container, the config file (/www/ssp/conf/config.inc.php) presents the two image variables with your default values. The environment variables are correct with same value as defined in config but are ignored. Editing the config file manually with same values works. However I think that this behavior isn't desired.
The text was updated successfully, but these errors were encountered: