Skip to content

Commit

Permalink
Merge pull request #466 from wso2/4.1.x
Browse files Browse the repository at this point in the history
Merge 4.1.x to master
  • Loading branch information
RakhithaRR committed Apr 20, 2022
2 parents a4655d2 + 4e0d49d commit c030282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gateway_labels =["Default"]
[apim.analytics]
enable = false
config_endpoint = "https://localhost:8080/auth/v1"
auth_token = "<on-prem-key>"
auth_token = ""

#[apim.key_manager]
#service_url = "https://localhost:${mgt.transport.https.port}/services/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git clone https://github.com/wso2/docker-apim.git
- Navigate to `<AM_DOCKERFILE_HOME>` directory. <br>
Execute `docker build` command as shown below.
```
docker build -t wso2am:4.1.0
docker build -t wso2am:4.1.0 .
```

> By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.
Expand Down

0 comments on commit c030282

Please sign in to comment.