-
Notifications
You must be signed in to change notification settings - Fork 0
/
murano.yaml
39 lines (32 loc) · 949 Bytes
/
murano.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
# The format version of this file. This is required.
formatversion: 1.0.0
info:
name: ExoHome Pro Murano Product
summary: ExoHome Pro for Murano Products
description: Sigfox integration for Murano Products
authors:
- 'exosite'
version: 1.0.0
options:
# safeNamespace: vendor
safeConfigs:
- device2.resources
# endpoints:
# location: endpoints
# include: '**/*.lua'
# exclude: ['*_test.lua', '*_spec.lua']
# assets:
# location: files
# include: '**/*'
# exclude: []
# default_page: docs # This only works for assets not for any other endpoints
modules:
location: modules
include: '**/*.lua'
exclude: ['*_test.lua', '*_spec.lua']
services:
location: services
include: '**/*.lua'
exclude: ['*_test.lua', '*_spec.lua']
# init_script: init.lua