Added configuration files for deployment environment and test yaml file for reading and using yaml data.
This commit is contained in:
parent
cb2283aa75
commit
00e5d229c3
3 changed files with 53 additions and 0 deletions
13
config_example_env.yaml
Normal file
13
config_example_env.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: example
|
||||
environment:
|
||||
name: example
|
||||
permissions:
|
||||
- name: example
|
||||
permission: read
|
||||
- name: example2
|
||||
permission: write
|
||||
deployment:
|
||||
code:
|
||||
source:
|
||||
libs: path/to/libs
|
||||
entry: path/to/entry
|
||||
Loading…
Add table
Add a link
Reference in a new issue