diff options
author | Lauris BH <lauris@nix.lv> | 2018-01-11 00:09:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 00:09:56 +0200 |
commit | d8dff304c0a6abb471051e968f6bdb69679b9a2a (patch) | |
tree | 96a8263b311093c1d3ee05b3945ad81caef98728 /integrations/mysql.ini.tmpl | |
parent | 65861900cda3bb6d9e2aa80b808b0000383c04b3 (diff) | |
download | gitea-d8dff304c0a6abb471051e968f6bdb69679b9a2a.tar.gz gitea-d8dff304c0a6abb471051e968f6bdb69679b9a2a.zip |
Fix randomly failing LFS lock tests in drone (#3346)
Diffstat (limited to 'integrations/mysql.ini.tmpl')
-rw-r--r-- | integrations/mysql.ini.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrations/mysql.ini.tmpl b/integrations/mysql.ini.tmpl index e01362607b..b093437cfe 100644 --- a/integrations/mysql.ini.tmpl +++ b/integrations/mysql.ini.tmpl @@ -28,6 +28,7 @@ ROOT_URL = http://localhost:3001/ DISABLE_SSH = false SSH_PORT = 22 LFS_START_SERVER = true +LFS_CONTENT_PATH = data/lfs-mysql OFFLINE_MODE = false [mailer] |