Skip to content

Commit 5227df5

Browse files
Fix fibery and openapi-schema
1 parent 9eb4520 commit 5227df5

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

servers/fibery/server.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ config:
2525
parameters:
2626
type: object
2727
properties:
28-
dreamfactoryurl:
28+
fibery.host:
2929
type: string
30-
dreamfactoryapikey:
31-
type: string
32-

servers/openapi-schema/server.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ source:
1515
branch: master
1616
run:
1717
volumes:
18-
- '{{openApiSchemaPath|or:[]|volume|into}}'
18+
- '{{openapi-schema.SchemaPath|or:[]|volume|into}}'
19+
config:
20+
parameters:
21+
type: object
22+
properties:
23+
SchemaPath:
24+
type: string
25+

0 commit comments

Comments
 (0)