``` java { conf("myapp.conf"); } ``` This is just syntax sugar for existing method: ``` java { use(ConfigFactory.parseResources("myapp.conf")); } ```