mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-10-26 11:27:18 +00:00
5 lines
169 B
TypeScript
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';
|