Skip to content

Commit

Permalink
add secrets for weighted voting
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Nov 15, 2024
1 parent ebbcbf6 commit befebed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
default: &default
asset_host: <%= ENV["ASSET_HOST"] %>
decidim:
decidim_awesome:
weighted_proposal_voting_enabled: <%= ENV.fetch("DECIDIM_AWESOME_WEIGHTED_PROPOSAL_VOTING_ENABLED", "disabled") %>
admin_password:
expiration_days: <%= ENV.fetch("DECIDIM_ADMIN_PASSWORD_EXPIRATION_DAYS", 365).to_i %>
min_length: <%= ENV.fetch("DECIDIM_ADMIN_PASSWORD_MIN_LENGTH", 15).to_i %>
Expand Down

0 comments on commit befebed

Please sign in to comment.