-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (34 loc) · 1.53 KB
/
Copy path.env.example
File metadata and controls
38 lines (34 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# =============================================================================
# Ambiente de desenvolvimento Docker — Meilisearch Network Search
# Copie este arquivo para .env e ajuste os valores conforme necessário:
# cp .env.example .env
# =============================================================================
# -----------------------------------------------------------------------------
# WordPress
# -----------------------------------------------------------------------------
WORDPRESS_PORT=8080
WORDPRESS_URL=http://localhost:8080
WORDPRESS_DOMAIN=localhost
WORDPRESS_DEBUG=1
WORDPRESS_DB_NAME=wordpress
WORDPRESS_DB_USER=wordpress
WORDPRESS_DB_PASSWORD=wordpress
WORDPRESS_TABLE_PREFIX=wp_
MYSQL_ROOT_PASSWORD=root
# -----------------------------------------------------------------------------
# Meilisearch (serviço Docker)
# -----------------------------------------------------------------------------
MEILI_PORT=7700
MEILI_MASTER_KEY=dev-master-key-change-me
MEILI_ENV=development
MEILI_NO_ANALYTICS=true
# -----------------------------------------------------------------------------
# Plugin Meilisearch (referência para configuração)
# No painel: Network Admin → Settings → Meilisearch
# Host interno do Docker: http://meilisearch:7700
# Host no navegador (dashboard Meilisearch): http://localhost:7700
# -----------------------------------------------------------------------------
MEILISEARCH_HOST=http://meilisearch:7700
MEILISEARCH_MASTER_KEY=dev-master-key-change-me
MEILISEARCH_ENABLED=true
MEILISEARCH_INDEX_PREFIX=dev