Skip to content

Commit

Permalink
fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Feb 22, 2024
1 parent 422fc36 commit 4e7f353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ default: &default
api_version: <%= Decidim::Env.new("ETHERPAD_API_VERSION", "1.2.1") %>
rack_attack_skip: <%= ENV["RACK_ATTACK_SECRET"] %>
translator:
api_key: ENV["TRANSLATOR_API_KEY"]
host: ENV["TRANSLATOR_HOST"]
api_key: <%= ENV["TRANSLATOR_API_KEY"] %>
host: <%= ENV["TRANSLATOR_HOST"] %>
elections:
<<: *elections_default
storage:
Expand Down
2 changes: 0 additions & 2 deletions rbenv-vars

This file was deleted.

0 comments on commit 4e7f353

Please sign in to comment.