Skip to content

Commit

Permalink
Merge branch 'main' into CMEK
Browse files Browse the repository at this point in the history
  • Loading branch information
fiquick authored Mar 11, 2024
2 parents e4fa188 + 262a877 commit 7aa4ed4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./.github/ @recrwplay
2 changes: 1 addition & 1 deletion modules/ROOT/pages/platform/api/authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ response = requests.request(
print(response.json())
----

<1> `client_id` and `client_secret` credentials should be set to the values shown in the Aura Console
<1> `client_id` and `client_secret` must be set to the values obtained from the Aura Console.
=====
====

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
"@neo4j-documentation/macros": "^1.0.2",
"@neo4j-documentation/remote-include": "^1.0.0",
"nodemon": "^3.0.2"
"nodemon": "^3.1.0"
},
"devDependencies": {
"dotenv": "^16.4.2",
Expand Down

0 comments on commit 7aa4ed4

Please sign in to comment.