Disable SSH in Gitea

This commit is contained in:
2019-12-09 07:11:25 +01:00
parent 26aaa9deb2
commit c1a3fceb56

View File

@@ -22,6 +22,7 @@
useWizard = true; useWizard = true;
extraConfig = '' extraConfig = ''
[server] [server]
DISABLE_SSH = true
LFS_START_SERVER = true LFS_START_SERVER = true
LFS_HTTP_AUTH_EXPIRY = 60m LFS_HTTP_AUTH_EXPIRY = 60m
[ui] [ui]