Commit 43e5340
feat: add more reasonable graph credential config control flow (#496)
* use a default password (`"neo4j"`) matching the actual neo4j default
* separate default behavior for credentials and DB location. Previously
you'd have to set both to avoid default behavior. In practice it seems
like neo4j tends to think of them as separate though (credentials are
usually passed in tandem though so I didn't separate them further). So
now, you can pass your own DB location but use default
username/password, or vice versa.1 parent c57f117 commit 43e5340
1 file changed
+5
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
65 | 60 | | |
66 | | - | |
67 | | - | |
| 61 | + | |
| 62 | + | |
68 | 63 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 64 | | |
73 | 65 | | |
74 | 66 | | |
| |||
0 commit comments