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 50e462c commit cfcda96Copy full SHA for cfcda96
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
stdin_open: true
8
working_dir: /home/package
9
environment:
10
- - MEILISEARCH_HOST=http://meilisearch:7700
+ - MEILISEARCH_URL=http://meilisearch:7700
11
depends_on:
12
- meilisearch
13
links:
tests/utils/meilisearch-test-utils.ts
@@ -3,7 +3,7 @@ import { Config } from '../../src/types'
3
4
// testing
5
const MASTER_KEY = 'masterKey'
6
-const HOST = process.env.MEILISEARCH_HOST || 'http://127.0.0.1:7700'
+const HOST = process.env.MEILISEARCH_URL || 'http://127.0.0.1:7700'
const BAD_HOST = 'http://127.0.0.1:7701'
const config = {
0 commit comments