Hi Alberto, See if the below info helps you: - depends on your CAS version, you might need to use cas.standalone.configurationDirectory=/etc/cas/config instead of cas.standalone.config=/etc/cas/config - bootstrap.properties load before application.properties or application.yml, that's why your modification didn't work - One way to do it (I don't know if recommended or not...) is to put your cas.standalone.config: /etc/cas/config inside *bootstrap.yml* instead - yml load after properties, so bootstrap.yml will override bootstrap.properties.
I also agrees that using config is the sometime the better option, especially when you already have a system to manage config files, just didn't see the benefit of switching to spring config. Hope the info helps you! Cheers! - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/9b380ab4-38dd-4702-8697-e4aef39b7497%40apereo.org.
