Skip to content

Commit 29eecdc

Browse files
committed
chore: 新增 .env 配置说明
1 parent 34973c5 commit 29eecdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ DISCUSS_DB_TYPE=mongodb
1616

1717
# ------ MongoDB ------
1818
D_MONGO_URL=
19+
# 例子: mongodb+srv://username:password@host:port/database
1920

2021

2122
# ------ MySQL ------
2223
D_MYSQL_URL=
23-
24+
# 例子: mysql://username:password@host:port/database
2425

2526
# ------ PostgreSQL ------
2627
D_PG_URL=
27-
28+
# 例子: postgresql://username:password@host:port/database
2829

2930
# ------ SQLite ------
3031
## 数据文件存放路径

0 commit comments

Comments
 (0)