proto/tests/fixtures/dtpm_config.yaml
ghe0 099786e84c
switch license to Apache2.0
- switch LICENSe file from GPLv2 to Apache-2.0
- add SPDX HEADER to all files
2025-06-13 17:41:13 +03:00

18 lines
375 B
YAML

# SPDX-License-Identifier: Apache-2.0
environments:
- name: APP_NAME
value: actix-injectio-from-base-package
- name: PORT
value: 8080
child_processes:
- path: /bin/actix-app-info
arguments: []
restart:
max_retries: 2
delay_seconds: 2
policy: !OnNonZeroExit true
filesystems:
- path: /bin/actix-app-info
content: !path "./tests"