Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git add .
git commit -m "Update GH-Pages."
- name: Push changes
uses: ad-m/github-push-action@v0.6.0
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
with:
directory: target/gh-pages
branch: gh-pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

quarkus.datasource.db-kind=other
quarkus.datasource.jdbc.driver=org.neo4j.jdbc.Neo4jDriver
quarkus.datasource.username=yourusername
quarkus.datasource.password=yourpassword
quarkus.datasource.jdbc.url=jdbc:neo4j+s://yourdb.databases.neo4j.io?enableSQLTranslation=true

quarkus.banner.enabled=false

Expand Down