upgrade main.go (oc-lib refactor)

This commit is contained in:
ycc
2024-09-04 17:23:30 +02:00
parent e585a3bd9e
commit b89aa21402
8 changed files with 61 additions and 741 deletions

6
peers.json Normal file
View File

@@ -0,0 +1,6 @@
{
"port" : 8080,
"MONGO_URL":"mongodb://localhost:27017/",
"MONGO_DATABASE":"DC_myDC",
"NATS_URL": "nats://localhost:4222"
}