From 3b1eed1ff165c086a4a5266121d2fe0be5651af3 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Wed, 21 Nov 2018 18:05:56 +0100 Subject: [PATCH] edit --- vserv/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vserv/README.md b/vserv/README.md index b0bc319..fc0368d 100644 --- a/vserv/README.md +++ b/vserv/README.md @@ -7,6 +7,7 @@ This server collects dht views from volunteer nodes from all over the network to This install assumes your using Linux. First install postgres and setup a database & username called yggindex and a password of your choice. + Once you have done this open vserv.py and edit "DB_PASSWORD" to use the password you set, also change DB_host if your running the Database on another machine: DB_PASSWORD = "yourpassword"