15 lines
397 B
YAML
15 lines
397 B
YAML
|
skillMetadata:
|
||
|
sections:
|
||
|
- name: API Paths
|
||
|
fields:
|
||
|
- name: OSD_API
|
||
|
type: text
|
||
|
label: OSD API URL
|
||
|
value: "http://localhost:5050/send"
|
||
|
placeholder: "http://localhost:5050/send"
|
||
|
- name: CAR_API
|
||
|
type: text
|
||
|
label: Car API URL
|
||
|
value: "http://localhost:5000"
|
||
|
placeholder: "http://localhost:5000"
|