Update README.md

This commit is contained in:
konamicode
2025-03-06 21:16:25 -05:00
committed by GitHub
parent c3e3113615
commit ed15a54980
+2 -1
View File
@@ -50,7 +50,8 @@ CREATE DATABASE root;
CREATE USER root WITH PASSWORD 'root';
GRANT ALL PRIVILEGES ON DATABASE root TO root;
```
note this onky allows db root and username root not sure why but i will investigate oh and the default port is 5432
note this only allows db root and username root
not sure why but i will investigate oh and the default port is 5432
your gonna need it in the installation
Running NNTPChan