You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ async function run () {
48
48
run()
49
49
```
50
50
51
-
If no parameters are provided it will attempt to find the config in environment variables. If these are not found it will load a plugin that attempts to connect to a local moneyd instance on port 7768.
51
+
If no parameters are provided it will attempt to find the config in environment variables. If these are not found it will load a plugin that attempts to connect to a local [moneyd](../moneyd) instance on port 7768.
52
52
53
53
The Environment variables that can be set are:
54
54
55
-
`ILP_PLUGIN` : The name/path of the plugin module
56
-
`ILP_PLUGIN_OPTIONS` : The options passed to the constructor, serialized as a JSON object.
55
+
-`ILP_PLUGIN` : The name/path of the plugin module
56
+
-`ILP_PLUGIN_OPTIONS` : The options passed to the constructor, serialized as a JSON object.
57
57
58
58
The options object passed is a subset of the account configuration object proveded to `ilp-connector`.
0 commit comments