We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e906473 commit 5c0f9a8Copy full SHA for 5c0f9a8
.file_classification_env
@@ -1,5 +1,7 @@
1
# File Classification 系统配置文件
2
# 数据库配置
3
+
4
+# examples
5
#DATABASE_URL=mysql://root:mypassword@localhost:3306/file_classification
6
#DATABASE_TYPE=mysql
7
@@ -9,11 +11,15 @@
9
11
#DATABASE_URL=postgres:mypassword//postgres:@localhost:5432/file_classification
10
12
#DATABASE_TYPE=postgres
13
14
+# dev env
15
+DATABASE_URL=file_classification.db
16
+DATABASE_TYPE=sqlite
17
18
#DATABASE_URL=mysql://root:@localhost:3306/file_classification
19
20
-DATABASE_URL=postgres://postgres:@localhost:5432/file_classification
-DATABASE_TYPE=postgres
21
+#DATABASE_URL=postgres://postgres:@localhost:5432/file_classification
22
+#DATABASE_TYPE=postgres
23
24
# Web API 配置
25
BIND_ADDRESS=127.0.0.1
0 commit comments