-
Notifications
You must be signed in to change notification settings - Fork 17
/
.env.dist
65 lines (45 loc) · 1.28 KB
/
.env.dist
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# Basic settings
#
# Airbnb client key
AIRBNB_API_KEY=d306zoyjsyarp7ifhu67rjxn52tv0t20
# USD, EUR, CAD, etc..
SEARCH_CURRENCY=USD
# E.g. "Entire home/apt"
SEARCH_ROOMTYPES=
# csv or elasticsearch
STORAGE_TYPE=csv
# (optional) Google Maps API key
#GMAPS_API_KEY=
#
# Elasticsearch settings (optional)
#
# Elasticsearch hostname
ELASTIC_HOSTS=https://es01:9200
# Elasticsearch index name
ELASTIC_INDEX=short-term-listings
# Elasticsearch user name
ELASTIC_USERNAME=elastic
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD=abc123
# Elasticsearch ca_cert path
ELASTIC_CA_CERT=/usr/share/elasticsearch/config/certs/ca/ca.crt
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=abc123
# Version of Elastic products
STACK_VERSION=8.6.1
# Set the cluster name
CLUSTER_NAME=es-docker-cluster
# Set to 'basic' or 'trial' to automatically start the 30-day trial
LICENSE=basic
#LICENSE=trial
# Port to expose Elasticsearch HTTP API to the host
ES_PORT=9200
#ES_PORT=127.0.0.1:9200
# Port to expose Kibana to the host
KIBANA_PORT=5601
#KIBANA_PORT=80
# Increase or decrease based on the available host memory (in bytes)
MEM_LIMIT=1073741824
# Project namespace (defaults to the current folder name if not set)
#COMPOSE_PROJECT_NAME=myproject