Skip to content

Commit

Permalink
deleting local parameters for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Jul 8, 2024
1 parent 73974e7 commit a615da8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .env

This file was deleted.

2 changes: 1 addition & 1 deletion tools/src/OpenSearchHttpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import axios, { type AxiosInstance, type AxiosRequestConfig, type AxiosResponse,
import * as https from 'node:https'
import { sleep } from './helpers'

const DEFAULT_URL = 'http://localhost:9201'
const DEFAULT_URL = 'https://localhost:9200'
const DEFAULT_USER = 'admin'
const DEFAULT_INSECURE = false

Expand Down

0 comments on commit a615da8

Please sign in to comment.