upd test config

This commit is contained in:
onyx-and-iris 2026-03-03 15:37:38 +00:00
parent c9a505df0a
commit 230d9f0eb3

View File

@ -11,7 +11,7 @@ from vban_cmd.kinds import request_kind_map as kindmap
KIND_ID = os.environ.get('KIND', 'potato')
opts = {
'ip': os.getenv('VBANCMD_IP', 'localhost'),
'host': os.getenv('VBANCMD_HOST', 'localhost'),
'streamname': os.getenv('VBANCMD_STREAMNAME', 'Command1'),
'port': int(os.getenv('VBANCMD_PORT', 6980)),
}