This repository has been archived on 2022-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
ContainerImage.WendyUI/Lowdefy/lowdefy.yaml
djpbessems 59069c0054
All checks were successful
continuous-integration/drone/push Build is passing
Fix api id
2022-01-20 16:19:47 +01:00

30 lines
520 B
YAML

lowdefy: 3.23.2
name: Lowdefy starter
licence: MIT
connections:
- id: api
type: AxiosHttp
properties:
baseURL: http://127.0.0.1:3001
pages:
- _ref: stage.yaml
- _ref: deploy.yaml
menus:
- id: default
links:
- id: Stage
type: MenuLink
pageId: stage
properties:
title: Stage
icon: CloudDownloadOutlined
- id: Deploy
type: MenuLink
pageId: deploy
properties:
title: Deploy
icon: RocketOutlined