Skip to content

Commit

Permalink
Merge pull request #6 from nordeck/nic/feat/ZO-191
Browse files Browse the repository at this point in the history
fix: update default value for basic-access-role
  • Loading branch information
wagner-wutzke authored Feb 27, 2025
2 parents 3557cfa + 1d4da2a commit a2b6a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class RolesAuthorization
{

@Value("${api.basic-access-role}")
@Value("${api.basic-access-role:}")
@Getter
protected String basicAccessRole;

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ api:
default-page-size: 20
default-weeks-before: 4
default-weeks-after: 4
basic-access-role:

0 comments on commit a2b6a0e

Please sign in to comment.