diff options
author | Dirk <dirk@0x7be.de> | 2024-10-03 14:03:10 +0200 |
---|---|---|
committer | Dirk <dirk@0x7be.de> | 2024-10-03 14:03:10 +0200 |
commit | ba891d50bffef71106984a422bd1ee59ef558412 (patch) | |
tree | bac569bf5461a75d8bd23026a69417066fbdad0e /custom/conf/app.example.ini | |
parent | make sqlite3 the default database (diff) | |
download | forgejo-ba891d50bffef71106984a422bd1ee59ef558412.tar.xz forgejo-ba891d50bffef71106984a422bd1ee59ef558412.zip |
remove mssql as requested per review comment
see https://codeberg.org/forgejo/forgejo/pulls/5415#issuecomment-2349746
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r-- | custom/conf/app.example.ini | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 7eb4f1c655..87eb83c762 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -349,7 +349,7 @@ RUN_USER = ; git ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -;; Database to use. Either "sqlite3", "mySQL", "postgres" or "mssql". +;; Database to use. Either "sqlite3", "mySQL" or "postgres". ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; @@ -386,17 +386,6 @@ DB_TYPE = sqlite3 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -;; MSSQL Configuration -;; -;DB_TYPE = mssql -;HOST = 172.17.0.2:1433 -;NAME = gitea -;USER = SA -;PASSWD = MwantsaSecurePassword1 -;CHARSET_COLLATION = ; Empty as default, Gitea will try to find a case-sensitive collation. Don't change it unless you clearly know what you need. -;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; ;; Other settings ;; ;; For iterate buffer, default is 50 |