From b500600bc1eb35713c5617675669cc972f93fa34 Mon Sep 17 00:00:00 2001 From: okxlin Date: Thu, 22 Jun 2023 00:50:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0chemex=E7=9A=84.env.samp?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chemex/latest/.env.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/chemex/latest/.env.sample diff --git a/apps/chemex/latest/.env.sample b/apps/chemex/latest/.env.sample new file mode 100644 index 00000000..37abaa07 --- /dev/null +++ b/apps/chemex/latest/.env.sample @@ -0,0 +1,11 @@ +CONTAINER_NAME="chemex" +ENV_PATH="./data/.env" +PANEL_APP_PORT_HTTP="40028" +PANEL_DB_HOST="mysql" +CHEMEX_DB_PORT="3306" +PANEL_DB_NAME="chemex" +PANEL_DB_USER="chemex" +PANEL_DB_USER_PASSWORD="mysql_password" +PANEL_REDIS_DB_HOST="redis" +PANEL_DB_ROOT_PASSWORD="redis_password" +REDIS_DB_PORT="6379"