mirror of
https://github.com/bs-community/blessing-skin-manual.git
synced 2024-12-15 01:29:55 +08:00
update env
This commit is contained in:
parent
0743832718
commit
b4a640c783
@ -54,7 +54,7 @@ Linux 或 macOS 用户直接 `cp .env.example .env` 就好了。
|
||||
|
||||
### 数据库相关
|
||||
|
||||
- `DB_CONNECTION` 数据库的连接类型,目前支持 `mysql`、`sqlite`、`pgsql`,即分别为 MySQL、SQLite 和 PostgreSQL。
|
||||
- `DB_CONNECTION` 数据库的连接类型,目前支持 `mysql`、`sqlite`、`pgsql`,即分别为 MySQL(或 MariaDB)、SQLite 和 PostgreSQL。
|
||||
- `DB_HOST` 数据库主机,一般为 `localhost`
|
||||
- `DB_PORT` 数据库端口
|
||||
- `DB_DATABASE` 数据库名,自行修改
|
||||
|
Loading…
Reference in New Issue
Block a user