This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
add mssql to app.ini db config comment (
#1172
)
tags/v1.2.0-rc1
esell
Lunny Xiao
8 years ago
parent
141405a424
commit
cbb32e0d4e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
conf/app.ini
+ 1
- 1
conf/app.ini
View File
@@ -147,7 +147,7 @@ RSA = 2048
DSA = 1024
DSA = 1024
[database]
[database]
; Either "mysql", "postgres" or "sqlite3", it's your choice
; Either "mysql", "postgres"
, "mssql"
or "sqlite3", it's your choice
DB_TYPE = mysql
DB_TYPE = mysql
HOST = 127.0.0.1:3306
HOST = 127.0.0.1:3306
NAME = gitea
NAME = gitea
Write
Preview
Loading…
Cancel
Save