The convenience method ConfigLoader.load() loads the following (first-listed are higher priority):
system properties
file path from system property "provided.config"
{username}.conf in classpath resources
application.conf (all resources on classpath with this name)
application.json (all resources on classpath with this name)
application.properties (all resources on classpath with this name)
reference.conf (all resources on classpath with this name)