Skip to content

Commit

Permalink
none Defaults to Austria
Browse files Browse the repository at this point in the history
  • Loading branch information
totopoloco committed May 21, 2024
1 parent d32c985 commit b2d1f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
hours:
image: totopo/hours:latest
environment:
- HOURS_MINUTES_PER_DAY_OF_WORK=480
- HOURS_MINUTES_PER_DAY_OF_WORK=462
- HOURS_MAXIMUM_MINUTES_IN_A_ROW=240
- HOURS_MINUTES_TO_REST_BETWEEN_ROWS=30
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Getter
@Setter
public class HoursConfiguration {
@Value("${HOURS_MINUTES_PER_DAY_OF_WORK:480}")
@Value("${HOURS_MINUTES_PER_DAY_OF_WORK:462}")
private int minutesPerDayOfWork;
@Value("${HOURS_MAXIMUM_MINUTES_IN_A_ROW:240}")
private int maximumMinutesInARow;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ servers:
info:
title: Hours API
description: This API provides endpoints for managing hours
version: "c9c73eb"
version: "d32c985"
contact:
name: Marco T. Ávila Cerón
email: [email protected]
Expand Down

0 comments on commit b2d1f88

Please sign in to comment.