diff --git a/README.md b/README.md index f3a3834..f326a1b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ A free to use update tool which checks phish.sinking.yachts database. -It adds all domains found after custom domains are added. If not needed they can be commented or removed +It adds all domains found after custom domains are added. If not needed they can be commented or removed. + +The following code is needed in a .env. This is for the DB connection. -The following code is needed in a .env > DB_HOST= +> > DB_PORT= +> > DATABASE= +> > DB_USER= +> > DB_PASS= +This is based on the phish table. Table can also be changed if needed.