Skip to content

Commit

Permalink
Api CPS: allows putting special characters in password
Browse files Browse the repository at this point in the history
  • Loading branch information
maatinito committed Sep 18, 2024
1 parent 4b56f46 commit 8af14d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ defaults: &defaults
gravitee: <%= ENV['API_ISPF_GRAVITEE_KEY'] %>
api_cps:
username: <%= ENV['API_CPS_USERNAME'] %>
password: <%= ENV['API_CPS_PASSWORD'] %>
password: "<%= ENV['API_CPS_PASSWORD'] %>"
client_id: <%= ENV['API_CPS_CLIENT_ID'] %>
client_secret: <%= ENV['API_CPS_CLIENT_SECRET'] %>
sendinblue:
Expand Down

0 comments on commit 8af14d4

Please sign in to comment.