Make swagger main stop being generated. Default Port 9090 (#3)

* Make swagger main stop being generated

* Update Readme

* Remove Warning
This commit is contained in:
Daniel Valdivia
2020-04-02 11:31:48 -07:00
committed by GitHub
parent e0c5bc5553
commit e2c95b5be1
4 changed files with 9 additions and 9 deletions

View File

@@ -57,10 +57,10 @@ To run the server:
export MCS_ACCESS_KEY=mcs
export MCS_SECRET_KEY=YOURMCSSECRET
export MCS_MINIO_SERVER=http://localhost:9000
./mcs --port=52300
./mcs
```
You can verify that the apis work by doing the request on `localhost:52300/api/v1/...`
You can verify that the apis work by doing the request on `localhost:9090/api/v1/...`
# Development