Skip to content

Commit

Permalink
OK-458 Lisätty common.properties UrlProperties-tiedostolistaan
Browse files Browse the repository at this point in the history
  • Loading branch information
jkorri committed Apr 18, 2024
1 parent 7e2b3ce commit e5a1bbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class UrlProperties {
private final OphProperties ophProperties;

public UrlProperties(@Value("${host.virkailija}") String hostVirkailija) {
this.ophProperties = new OphProperties("/sijoittelu-service-oph.properties");
this.ophProperties = new OphProperties("/sijoittelu-service-oph.properties", "/common.properties");
this.ophProperties.addDefault("host.virkailija", hostVirkailija);
}

Expand Down
Empty file.

0 comments on commit e5a1bbc

Please sign in to comment.