1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-21 08:31:27 -05:00

Use sqlite3 database as default for Docker image (#2182)

Signed-off-by: Tao Wang <twang2218@gmail.com>
This commit is contained in:
Tao Wang 2017-07-26 17:21:23 +10:00 committed by Lunny Xiao
parent 8f171210b9
commit 41cc110e62

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]