We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d0bdb commit ed3cda2Copy full SHA for ed3cda2
README.md
@@ -54,11 +54,12 @@ $ mc admin policy set myminio mcsAdmin user=mcs
54
To run the server:
55
56
```
57
-$ MCS_ACCESS_KEY=mcs \
58
-MCS_SECRET_KEY=YOURMCSSECRET \
59
-MCS_MINIO_SERVER=http://localhost:9000 \
60
-./mcs-server --port=52300
+export MCS_ACCESS_KEY=mcs
+export MCS_SECRET_KEY=YOURMCSSECRET
+export MCS_MINIO_SERVER=http://localhost:9000
+./mcs --port=52300
61
62
+
63
You can verify that the apis work by doing the request on `localhost:52300/api/v1/...`
64
65
# Development
@@ -88,5 +89,5 @@ This will update all the necessary code.
88
89
90
To run tests:
91
- go test ./restapi
92
+go test ./restapi
93
0 commit comments