README updated

This commit is contained in:
ahmadbilalkhalid 2019-12-02 23:18:48 +05:00
parent 5eb867f04b
commit 89b48c5f06
1 changed files with 4 additions and 1 deletions

View File

@ -14,10 +14,13 @@ Coming Soon..
## Configuration ## Configuration
Make sure to edit the value for `UCLOUD_API_SERVER` below to the URL where your intended ucloud api server is running. Make sure to edit the value for `UCLOUD_API_SERVER` below to the URL where your intended ucloud api server is running and of `OTP_NAME`, `OTP_REALM`, `OTP_SEED` to your actual OTP credentials.
```sh ```sh
cat > ~/.ucloud.conf <<EOF cat > ~/.ucloud.conf <<EOF
UCLOUD_API_SERVER=http://localhost:5000 UCLOUD_API_SERVER=http://localhost:5000
OTP_NAME=my_otp_name
OTP_REALM=my_otp_realm
OTP_SEED=my_otp_seed
EOF EOF
``` ```