Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit d6e6a11

Browse files
committed
fix: [#1] update default API token from local-dev-admin-token-12345 to MyAccessToken in local environment
- Ensures consistency with documentation and configuration templates - Resolves API authentication failures in E2E tests - All environment configs now use the standardized MyAccessToken
1 parent cf05572 commit d6e6a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/config/environments/local.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MYSQL_USER=torrust
1414
MYSQL_PASSWORD=tracker_secret_local
1515

1616
# Tracker API Token
17-
TRACKER_ADMIN_TOKEN=local-dev-admin-token-12345
17+
TRACKER_ADMIN_TOKEN=MyAccessToken
1818

1919
# Grafana Admin Credentials
2020
GF_SECURITY_ADMIN_USER=admin

0 commit comments

Comments
 (0)