Added configuration files for deployment environment and test yaml file for reading and using yaml data.

This commit is contained in:
Andreas Hnida 2024-04-17 22:59:15 +02:00
commit 00e5d229c3
3 changed files with 53 additions and 0 deletions

13
config_example_env.yaml Normal file
View 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