mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user