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