Skip to content

Commit

Permalink
add defaults for short url to env (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz2030 authored Nov 7, 2023
1 parent 82f79a1 commit a0f16cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ REACT_APP_EMAIL_ENFORCEMENT='required'
# Supported values = ["enabled", "disabled", undefined]
REACT_APP_CHANGESET_URL=''

# Variables to allow changeset comments to point to a designated MapRoulette short URL and path
# Supported values = ["enabled", "disabled", undefined]
REACT_APP_SHORT_URL=''
REACT_APP_SHORT_PATH='disabled'

# Limit how many challenges per owner appear in the browse page
# Supported values = [numbers, string numbers, undefined (no limit)]
REACT_APP_BROWSE_CHALLENGES_OWNER_LIMIT=5
Expand Down

0 comments on commit a0f16cf

Please sign in to comment.