mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-29 12:59:04 +00:00
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
export const ADMIN_USERNAME = 'admin';
|
|
export const ADMIN_PASSWORD = 'superpassword';
|
|
export const PORT = 3000;
|