Skip to content

Commit

Permalink
adding ownerVisibleToEditor config param to specieslist-webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
sughics committed Nov 2, 2022
1 parent 2697d4e commit 4c66820
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ spatial.baseURL={{ spatial_base_url | default('https://spatial.ala.org.au')}}

iconicSpecies.uid={{ iconic_species_uid | default('dr781')}}

# flag to determine whether a list owner's email address is visibile to a list editor on the list info panel
ownerVisibleToEditor={{owner_visible_to_editor | default('false')}}

#oidc related
security.cas.enabled={{ security_cas_enabled | default(true) }}
security.oidc.enabled={{ security_oidc_enabled | default(false) }}
Expand Down

0 comments on commit 4c66820

Please sign in to comment.