Skip to content

Commit

Permalink
Revert "chore: use private scheme for keys due to infra limitations"
Browse files Browse the repository at this point in the history
This reverts commit 9bc191c.
  • Loading branch information
colorfield committed Oct 18, 2023
1 parent d069abf commit 6cde70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/cms/config/sync/simple_oauth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ access_token_expiration: 3600
authorization_code_expiration: 300
refresh_token_expiration: 1209600
token_cron_batch_size: 0
public_key: ./sites/default/files/private/keys/public.key
private_key: ./sites/default/files/private/keys/private.key
public_key: ../keys/public.key
private_key: ../keys/private.key
remember_clients: true
use_implicit: false
disable_openid_connect: false

0 comments on commit 6cde70a

Please sign in to comment.