-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
57 lines (40 loc) · 1.12 KB
/
.env.example
File metadata and controls
57 lines (40 loc) · 1.12 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#App url
APP_URL ="http://127.0.0.1:8000"
ACTUAL_USER=f100w
# server config
FLASK_PORT=8000
SERVER_CONTAINER_NAME=server
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_USER=elastic
ELASTIC_PASSWORD=password
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=password
# Version of Elastic products
STACK_VERSION=8.11.2
# Set the cluster name
CLUSTER_NAME=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=3221225472
# DB conf
MYSQL_CONTAINER_NAME=doclib
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=doclib
MYSQL_USER=user
MYSQL_PASSWORD=password
MYSQL_PORT=33006
SECRET_KEY="q)54$*9%AN#"
CA_CERT="/http_ca.crt"
UPLOADS_FOLDER="/app/uploads/"
TEMP_FOLDER="/tmp/"
OPENAI_API_KEY="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"
EMAIL="doclib@esi.dz"
EMAIL_PASSWORD="78<W*eyCBTTA6nL**"