mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
wip
This commit is contained in:
@@ -508,7 +508,7 @@ definitions:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
config:
|
config:
|
||||||
type: object
|
type: object
|
||||||
description: Application configuration
|
description: Application configuration, applied to all routes.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
|||||||
3
examples/tutorial/hello/app.yaml
Normal file
3
examples/tutorial/hello/app.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
name: helloapp
|
||||||
|
config:
|
||||||
|
foo: bar
|
||||||
Reference in New Issue
Block a user