Skip to content

Commit

Permalink
export config for simple_oauth and next js site
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Oct 31, 2023
1 parent 3d6ac5c commit 5f10440
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions config/sync/next.next_site.next_build_preview_server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: 75dd1bfb-8507-4981-90b6-3830400e1434
langcode: en
status: true
dependencies: { }
id: next_build_preview_server
label: 'Next Build Preview Server'
base_url: 'http://localhost:3000'
preview_url: 'http://localhost:3000/api/preview'
preview_secret: secret
revalidate_url: ''
revalidate_secret: ''
4 changes: 3 additions & 1 deletion config/sync/simple_oauth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ _core:
access_token_expiration: 300
authorization_code_expiration: 300
refresh_token_expiration: 1209600
remember_clients: true
token_cron_batch_size: 0
public_key: ../public.key
private_key: ../private.key
remember_clients: true
use_implicit: false
disable_openid_connect: false

0 comments on commit 5f10440

Please sign in to comment.