-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
36 lines (26 loc) · 1.05 KB
/
.env.sample
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
# Django superuser account for backend admin access
DJANGO_SUPERUSER_USERNAME=pems-admin
DJANGO_SUPERUSER_PASSWORD=superuser12345!
# Django storage
DJANGO_DB_RESET=true
DJANGO_STORAGE_DIR=.
DJANGO_DB_FILE=django.db
# uncomment to start the elasticstack services with compose
# COMPOSE_PROFILES=elasticstack
# Version of Elastic products
ELASTIC_STACK_VERSION=8.16.1
# Set to 'basic' or 'trial' to automatically start the 30-day trial
ELASTIC_LICENSE=basic
# SAMPLE Predefined Key only to be used in POC environments
ELASTIC_ENCRYPTION_KEY=c34d38b3a14956121ff2170e5030b471551370178f43e5626eec58b04a30fae2
# Set the cluster name
ELASTIC_CLUSTER=eslocal
# Increase or decrease based on the available host memory (in bytes)
ELASTIC_MEM_LIMIT=2147483648
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD=elastic
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=kibana
# Increase or decrease based on the available host memory (in bytes)
KIBANA_MEM_LIMIT=1073741824