Skip to content

Commit

Permalink
docs(api): add DAY_BEFORE_RETRYING and DAY_BEFORE_IMPROVING in sample…
Browse files Browse the repository at this point in the history
….env

Co-authored-by: Yvonnick Frin <[email protected]>
  • Loading branch information
laura-bergoens and frinyvonnick authored Mar 7, 2025
1 parent 96c469d commit 09f1ae2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion api/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,16 @@ V3_CERTIFICATION_NUMBER_OF_CHALLENGES_PER_COURSE=
DEFAULT_PROBABILITY_TO_PICK_CHALLENGE=

# ========
# MAX REACHABLE LEVEL
# EVALUATION
# ========

# Days before a user can be asked again on failed skills in a competence evaluation or a campaign participation
#
# presence: optional
# type: Integer
# default: 4
DAY_BEFORE_IMPROVING=

# Max reachable level by competence for a user
#
# presence: optional
Expand Down Expand Up @@ -1125,3 +1132,14 @@ EMAIL_VALIDATION_DEMAND_TEMPORARY_STORAGE_LIFESPAN=3d
# presence: optional
# type: json
# API_DATA_QUERIES='{ "coverageRateByAreas": "abc45-67def-89ghi" }'

# ========
# PRESCRIPTION
# ========

# Days before a participant can run the campaign again to try to succeed on failed skills
#
# presence: optional
# type: Integer
# default: 4
DAY_BEFORE_RETRYING=

0 comments on commit 09f1ae2

Please sign in to comment.