Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
  • Loading branch information
IanMadd committed Dec 19, 2023
1 parent 7f220b3 commit 1af6aca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1426,14 +1426,7 @@ This configuration file has the following settings for `oc-id`:

Default value: `{ }`.

To define OAuth 2 information for Chef Supermarket, create a Hash similar to:

```ruby
oc_id['applications'] ||= {}
oc_id['applications']['supermarket'] = {
'redirect_uri' => 'https://supermarket.mycompany.com/auth/chef_oauth2/callback',
}
```
{{< readfile file="content/server/reusable/md/config_ocid_application_hash_supermarket.md" >}}

`oc_id['db_pool_size']`

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To define OAuth 2 information for Chef Supermarket, create a Hash similar to:

```ruby
oc_id['applications'] ||= {}
oc_id['applications']['supermarket'] = {
'redirect_uri' => 'https://supermarket.mycompany.com/auth/chef_oauth2/callback',
}
```

This file was deleted.

0 comments on commit 1af6aca

Please sign in to comment.