mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-28 21:29:05 +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';
|