Skip to content

Commit

Permalink
dont include port
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Dec 19, 2024
1 parent e42bdc4 commit 5812dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $ mkdir -p /configs/prod
```
3. Create `opensearch_dashboards.yml` file(s) in your config directories. Here's an example config:
```yaml
opensearch.hosts: ["https://your-opensearch-host:9200"]
opensearch.hosts: ["https://your-opensearch-host"]
opensearch.username: 'admin'
opensearch.password: 'your-password'
opensearch.ignoreVersionMismatch: true
Expand Down

0 comments on commit 5812dfc

Please sign in to comment.