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
Copy file name to clipboardExpand all lines: docs/configuration.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,14 @@ There are multiples ways to configure ECA:
46
46
ECA_CONFIG='{"myConfig": "my_value"}' eca server
47
47
```
48
48
49
-
!!! info "Dynamic string contents"
49
+
### Dynamic string contents
50
50
51
51
It's possible to retrieve content of any configs with a string value using the `${key:value}` approach, being `key`:
52
52
53
53
- `file`: `${file:/path/to/my-file}` or `${file:../rel-path/to/my-file}` to get a file content
54
54
- `env`: `${env:MY_ENV}` to get a system env value
55
55
- `classpath`: `${classpath:path/to/eca/file}` to get a file content from [ECA's classpath](https://github.com/editor-code-assistant/eca/tree/master/resources)
56
+
- `netrc`: Support Unix RC [credential files](./models.md#credential-file-authentication)
0 commit comments