Add APOLLO_APP_UUID envvar

This commit is contained in:
Yukino Song
2025-05-11 22:39:29 +08:00
parent 6ee5f4ed0b
commit 6c7962b6da
4 changed files with 9 additions and 0 deletions

View File

@@ -340,6 +340,10 @@
<td style="font-family: monospace">APOLLO_APP_NAME</td>
<td>{{ $t('apps.env_app_name') }}</td>
</tr>
<tr>
<td style="font-family: monospace">APOLLO_APP_UUID</td>
<td>{{ $t('apps.env_app_uuid') }}</td>
</tr>
<tr>
<td style="font-family: monospace">APOLLO_CLIENT_UUID</td>
<td>{{ $t('apps.env_client_uuid') }}</td>