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
Use sqlite3 database as default for Docker image (
#2182
)
Signed-off-by: Tao Wang <twang2218@gmail.com>
tags/v1.2.0-rc1
Tao Wang
Lunny Xiao
8 years ago
parent
ff16a01408
commit
6b1c84d1dc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker/etc/templates/app.ini
+ 1
- 1
docker/etc/templates/app.ini
View File
@@ -8,7 +8,7 @@ TEMP_PATH = /data/gitea/uploads
APP_DATA_PATH = /data/gitea
[database]
HOST = mysql:3306
DB_TYPE = sqlite3
PATH = /data/gitea/gitea.db
[session]
Write
Preview
Loading…
Cancel
Save