-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 739 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (15 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
NEXT_PUBLIC_BASE_URL="https://your-site-name.netlify.app"
AUTH_SECRET=example
DATABASE_URL=mysql://username:password@host:port/database_name
GEMINI_API_KEY=your_gemini_api_key_here
# Elasticsearch Configuration (choose one approach)
# Option 1: Traditional Elastic Cloud (with Cloud ID)
# ELASTICSEARCH_CLOUD_ID=My_deployment_name:dXMtd2VzdC0yLmF3cy5lbGFzdGljLWNsb3VkLmNvbSQ...
# ELASTICSEARCH_API_KEY=your_api_key
# Option 2: Serverless Elasticsearch (HTTPS URL + API Key)
ELASTICSEARCH_URL=https://my-elasticsearch-project-d77236.es.us-central1.gcp.elastic.cloud:443
ELASTICSEARCH_API_KEY=your_api_key
# Option 3: Self-hosted Elasticsearch
# ELASTICSEARCH_URL=http://localhost:9200
# ELASTICSEARCH_USERNAME=
# ELASTICSEARCH_PASSWORD=