Skip to content

Commit

Permalink
Merge pull request #515 from scireum/feature/sbi/OX-10673
Browse files Browse the repository at this point in the history
Allows to override local config loading
  • Loading branch information
sabieber authored Jan 8, 2024
2 parents 6d1b665 + 5831f0f commit c9bc170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sirius/kernel/Sirius.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ private static void init() {
* These are <tt>settings.conf</tt>, <tt>develop.conf</tt>, <tt>test.conf</tt>
* and finally, <tt>instance.conf</tt>.
*/
private static void setupLocalConfig() {
protected static void setupLocalConfig() {
LOG.INFO("Loading local config...");
LOG.INFO(SEPARATOR_LINE);

Expand Down

0 comments on commit c9bc170

Please sign in to comment.