Commit 62b4a3f9 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : (docker) configuration des feuilles de temps via Yaml

parent 31c3e18f
Loading
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -28,6 +28,33 @@ oscar:

  gearman-job-server-host: '%env(GEARMAN_HOST)%'

## Répartition horaire pour les feuilles de temps
declarationsDurations:
  dayLength:
    value: 7.5
    max: 10.0
    min: 5.0
    days:
      1: 8.0
      2: 8.0
      3: 8.0
      4: 8.0
      5: 8.0
      6: 0.0
      7: 0.0
  weekLength:
    value: 37.0
    max: 44.0
    min: 20.0
    userChange: false
  monthLength:
    value: 144.0
    max: 184.0
    min: 80.0
    userChange: false
  weekExceptions:
    3: 3.0

# Vite (Prod) -------------------------------------------
  vite:
    mode: '%env(VITE_MODE)%'