add env_vars nobuild

This commit is contained in:
Alexandre
2025-11-06 11:51:25 +01:00
committed by GitHub
parent 0fe903874f
commit 752a5d2acd
98 changed files with 383 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ map:
- config:rw
name: Binance Trading Bot
options:
env_vars: []
BINANCE_AUTHENTICATION_ENABLED: true
BINANCE_AUTHENTICATION_PASSWORD: null
BINANCE_MODE: test
@@ -96,6 +97,9 @@ privileged:
- SYS_ADMIN
- DAC_READ_SEARCH
schema:
env_vars:
- name: match(^[A-Z0-9_]+$)
value: str?
BINANCE_AUTHENTICATION_ENABLED: bool
BINANCE_AUTHENTICATION_PASSWORD: str
BINANCE_LIVE_API_KEY: str?