1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-09-11 05:32:31 +00:00
This commit is contained in:
yakamok 2018-11-21 18:05:56 +01:00 committed by GitHub
parent 8fc3495e2b
commit 3b1eed1ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ This server collects dht views from volunteer nodes from all over the network to
This install assumes your using Linux. This install assumes your using Linux.
First install postgres and setup a database & username called yggindex and a password of your choice. 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: 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"<edit DB_PASSWORD = "yourpassword"<edit