Skip to content

Commit

Permalink
chore: use private scheme for keys due to infra limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed Oct 18, 2023
1 parent 71c29bf commit 9bc191c
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: ../keys/public.key
private_key: ../keys/private.key
public_key: ./sites/default/files/private/keys/public.key
private_key: ./sites/default/files/private/keys/private.key
remember_clients: true
use_implicit: false
disable_openid_connect: false

0 comments on commit 9bc191c

Please sign in to comment.