From f3fb08848ebb59f024c2bfcf7a7d2e4dbbb9a3f0 Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Thu, 16 Nov 2023 02:21:52 +0800 Subject: [PATCH] Update .env.example --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 1972603..5873a99 100644 --- a/.env.example +++ b/.env.example @@ -20,7 +20,7 @@ LOG_CHANNEL=stack DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 -DB_DATABASE=v2board +DB_DATABASE=xboard DB_USERNAME=root DB_PASSWORD= @@ -45,3 +45,4 @@ MAILGUN_DOMAIN= MAILGUN_SECRET= # 用于阻止重复安装 +INSTALLED=false