KevinHuSh
commited on
Commit
·
c64dcb9
1
Parent(s):
b132c4f
Update .env
Browse files- docker/.env +3 -3
docker/.env
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
STACK_VERSION=8.11.3
|
3 |
|
4 |
# Set the cluster name
|
5 |
-
CLUSTER_NAME=
|
6 |
|
7 |
# Port to expose Elasticsearch HTTP API to the host
|
8 |
ES_PORT=9200
|
@@ -14,5 +14,5 @@ KIBANA_PORT=6601
|
|
14 |
MEM_LIMIT=1073741824
|
15 |
|
16 |
POSTGRES_USER=root
|
17 |
-
POSTGRES_PASSWORD=
|
18 |
-
POSTGRES_DB=
|
|
|
2 |
STACK_VERSION=8.11.3
|
3 |
|
4 |
# Set the cluster name
|
5 |
+
CLUSTER_NAME=docgpt
|
6 |
|
7 |
# Port to expose Elasticsearch HTTP API to the host
|
8 |
ES_PORT=9200
|
|
|
14 |
MEM_LIMIT=1073741824
|
15 |
|
16 |
POSTGRES_USER=root
|
17 |
+
POSTGRES_PASSWORD=infiniflow_docgpt
|
18 |
+
POSTGRES_DB=docgpt
|