mirror of
https://github.com/arnaucube/blockchainIDsystem.git
synced 2026-02-07 19:16:43 +01:00
Implemented signup and login users with JWT and MongoDB connection. Added runTmuxTextPeers.sh to deploy the different peers and servers in a unique console
This commit is contained in:
@@ -4,5 +4,9 @@
|
||||
"serverip": "127.0.0.1",
|
||||
"serverport": "3000",
|
||||
"serverrestport": "3002",
|
||||
"webserverport": "3080"
|
||||
"webserverport": "3080",
|
||||
"mongodb": {
|
||||
"ip": "127.0.0.1:27017",
|
||||
"database": "serverCA"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user