scene-digit-human/configs/config-template.j2
2024-12-09 08:51:09 +08:00

9 lines
340 B
Django/Jinja

dighthuman:
dev:
dh_webui: {{ red_server.dighthuman.dev.dh_webui }}
test:
dh_webui: {{ red_server.dighthuman.test.dh_webui }}
prod:
dh_webui: {{ red_server.dighthuman.prod.dh_webui }}
model_name: {{ red_server.dighthuman.model_name }}
static_token: {{ global.authorization.static_token }}