1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00

Add build tag enable prompt

This commit is contained in:
Unknown
2014-04-19 22:13:22 -04:00
parent 0e41726ece
commit 8bed017557
5 changed files with 13 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ CERT_FILE = cert.pem
KEY_FILE = key.pem
[database]
; Either "mysql", "postgres" or "sqlite3"(binary release only), it's your choice
; Either "mysql", "postgres" or "sqlite3", it's your choice
DB_TYPE = mysql
HOST = 127.0.0.1:3306
NAME = gogs