chore: add coverage/ to gitignore, clean up config.yml formatting
This commit is contained in:
+3
-7
@@ -1,13 +1,9 @@
|
|||||||
auth:
|
auth:
|
||||||
|
password_hash: $2b$12$o/LWyvmBc978CNpSsHxcveXN0WqjAGW/gBR0.U.HURWbaYD3GCDqS
|
||||||
username: admin
|
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:
|
scanner:
|
||||||
|
interval: null
|
||||||
ranges:
|
ranges:
|
||||||
- "192.168.1.0/24"
|
- 192.168.1.0/24
|
||||||
interval: null # null = manual only, "hourly" or "daily" for scheduled
|
|
||||||
|
|
||||||
status_checker:
|
status_checker:
|
||||||
interval_seconds: 60
|
interval_seconds: 60
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ lerna-debug.log*
|
|||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
|
coverage
|
||||||
*.local
|
*.local
|
||||||
|
|
||||||
# Editor directories and files
|
# Editor directories and files
|
||||||
|
|||||||
Reference in New Issue
Block a user