From 058a4fb9d9cdcd96fcb4aefec4c14a2355f74841 Mon Sep 17 00:00:00 2001 From: ultimateplayer1999 Date: Tue, 10 Jan 2023 09:08:12 +0100 Subject: [PATCH] Updated readme - ultimateplayer1999 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.