Skip to content

Commit

Permalink
update decidim-module-goteo_oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed May 27, 2024
1 parent 188c912 commit 6b3e90b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "decidim", "0.27.3"

gem "decidim-alternative_landing", git: "https://github.com/Platoniq/decidim-module-alternative_landing", branch: "main"
gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-module-decidim_awesome", branch: "main"
gem "decidim-goteo_oauth", git: "https://github.com/Platoniq/decidim-module-goteo_oauth", branch: "main"
gem "decidim-goteo_oauth", git: "https://github.com/Platoniq/decidim-module-goteo_oauth", branch: "update_scope"
gem "decidim-peertube", git: "https://github.com/Platoniq/decidim-module-peertube", branch: "main"
gem "decidim-social_crowdfunding", git: "https://github.com/Platoniq/decidim-module-social_crowdfunding", branch: "main"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer", branch: "master"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GIT

GIT
remote: https://github.com/Platoniq/decidim-module-goteo_oauth
revision: 895e4f97e86fcfbf9a2aa2d0335612494bdb97f5
branch: main
revision: 07148cc3f3927bf806b5087194e9610aabd0ec37
branch: update_scope
specs:
decidim-goteo_oauth (0.0.1)
decidim-core (> 0.26)
Expand Down
5 changes: 4 additions & 1 deletion config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ development:
developer:
enabled: true
icon: phone

goteo:
enabled: true
app_id: <%= ENV["OMNIAUTH_GOTEO_APP_ID"] %>
app_secret: <%= ENV["OMNIAUTH_GOTEO_APP_SECRET"] %>
test:
<<: *default
secret_key_base: a6319f5ee4893d89eb3fc3255e574b9bb47f7f64c50a0a2f50cc32242e8cffab52a24f5f70f67331f85d5471817487d80d232e25d13a367bcd52fa6b829d782e
Expand Down

0 comments on commit 6b3e90b

Please sign in to comment.