mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-15 10:54:29 -05:00
12 lines
232 B
YAML
12 lines
232 B
YAML
|
global:
|
||
|
# Port on which the KeyService will listen.
|
||
|
keyServicePort: 9000
|
||
|
|
||
|
# Set one of the tags to true to indicate which CSP you are deploying to.
|
||
|
tags:
|
||
|
AWS: false
|
||
|
Azure: false
|
||
|
GCP: false
|
||
|
OpenStack: false
|
||
|
QEMU: false
|