Files
AdGuardHome/client_v2/tests/constants.ts
Ildar Kamalov 2b3e792641 fix build
2025-07-16 17:04:23 +03:00

5 lines
169 B
TypeScript

export const ADMIN_USERNAME = 'admin';
export const ADMIN_PASSWORD = 'superpassword';
export const PORT = 3000;
export const CONFIG_FILE_PATH = '/tmp/AdGuard.e2e.yaml';