mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
29 lines
No EOL
260 B
Markdown
29 lines
No EOL
260 B
Markdown
### Built-in
|
|
|
|
Settings:
|
|
|
|
```
|
|
"embedProvider": "builtin",
|
|
```
|
|
|
|
### Embedly
|
|
|
|
Settings:
|
|
|
|
```
|
|
"embedProvider": "embedly",
|
|
"embedly": {
|
|
"apiKey": "123foo"
|
|
},
|
|
```
|
|
|
|
### EmbedAPI
|
|
|
|
Settings:
|
|
|
|
```
|
|
"embedProvider": "embedAPI",
|
|
"embedAPI": {
|
|
"apiKey": "123foo"
|
|
},
|
|
``` |