Skip to content
Leon Rosenberg edited this page Jan 1, 2019 · 4 revisions

FAQ

Where does ConfigureMe load configurations from

ConfigureMe loads configuration from classpath. Usually this means that everything in the resources folder (or web-resources for web applications) of your maven project will be loaded. So usually you don't have to worry about resources. However if you want to specify a separate file directory you can do so, by using the property org.configureme.configuration-path Example:

 -Dorg.configureme.configuration-path=/myconfiguration/path