explicitely specify db type for gitea
This commit is contained in:
parent
a168ced33b
commit
04f4344a31
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ in {
|
||||||
user = systemUserName;
|
user = systemUserName;
|
||||||
mailerPasswordFile = mailgunSmtpPasswordPath;
|
mailerPasswordFile = mailgunSmtpPasswordPath;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
database.type = "sqlite3";
|
||||||
settings = {
|
settings = {
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
security.INSTALL_LOCK = true;
|
security.INSTALL_LOCK = true;
|
||||||
|
|
Loading…
Reference in a new issue