Skip to content

Commit

Permalink
Use sqlite3 database as default for Docker image (#2182)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Wang <[email protected]>
  • Loading branch information
twang2218 authored and lunny committed Jul 26, 2017
1 parent 8f17121 commit 41cc110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/etc/templates/app.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 41cc110

Please sign in to comment.