Skip to content

Commit

Permalink
Fix JS dotenv ref
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Jan 15, 2025
1 parent 9b4a1cd commit 0c2cc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript-manual/modules/ROOT/pages/connect.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ When you create an <<Aura>> instance, you may download a text file (a so-called
The file has a name of the form `Neo4j-a0a2fa1d-Created-2023-11-06.txt`.

You can either manually extract the URI and the credentials from that file, or use a third party-module to load them.
We recommend the module link:https://github.com/cdimascio/dotenv-java/[`dotenv-java`] for that purpose.
We recommend the module link:https://www.npmjs.com/package/dotenv/[`dotenv`] for that purpose.

[source, javascript, role=nocollapse]
----
Expand Down

0 comments on commit 0c2cc3d

Please sign in to comment.