diff --git a/backend/config.yml b/backend/config.yml index 8e4eb1f..c902bc2 100644 --- a/backend/config.yml +++ b/backend/config.yml @@ -1,13 +1,9 @@ auth: + password_hash: $2b$12$o/LWyvmBc978CNpSsHxcveXN0WqjAGW/gBR0.U.HURWbaYD3GCDqS username: admin - # Default password: "admin" — change this before deploying! - # Generate a new hash: python scripts/hash_password.py yourpassword - password_hash: "$2b$12$o/LWyvmBc978CNpSsHxcveXN0WqjAGW/gBR0.U.HURWbaYD3GCDqS" - scanner: + interval: null ranges: - - "192.168.1.0/24" - interval: null # null = manual only, "hourly" or "daily" for scheduled - + - 192.168.1.0/24 status_checker: interval_seconds: 60 diff --git a/frontend/.gitignore b/frontend/.gitignore index a547bf3..785a308 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -10,6 +10,7 @@ lerna-debug.log* node_modules dist dist-ssr +coverage *.local # Editor directories and files