From 1eb23d9874984114c490d683867ce1f863b89eaf Mon Sep 17 00:00:00 2001 From: AndrewZuo01 <59896149+AndrewZuo01@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:00:47 +0800 Subject: [PATCH] Update .env --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 98ab6aff8..9a86c940e 100644 --- a/.env +++ b/.env @@ -34,7 +34,7 @@ API_URL=http://172.28.0.1:10002 # Directory path for storing data files or related information. # Default: DATA_DIR=./ -DATA_DIR=/root/open-im-server +DATA_DIR=./ # Choose the appropriate image address, the default is GITHUB image, # you can choose docker hub, for Chinese users can choose Ali Cloud @@ -225,8 +225,8 @@ PROMETHEUS_PORT=19090 GRAFANA_ADDRESS=172.28.0.12 # Port on which Grafana service is running. -# Default: GRAFANA_PORT=13000 -GRAFANA_PORT=13000 +# Default: GRAFANA_PORT=3000 +GRAFANA_PORT=3000 # ====================================== # ============ OpenIM Web ===============