diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-01-16 12:07:47 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-01-16 13:07:47 +0200 |
commit | 095fb9f2e32fe78acb9bc034f0e1d60922ff1e60 (patch) | |
tree | 508614b1049937fb8a9fa6eabe81470b50d5eff4 /integrations/mysql.ini.tmpl | |
parent | 695b10beddc640d333fd5864cb6edb03e540b344 (diff) | |
download | gitea-095fb9f2e32fe78acb9bc034f0e1d60922ff1e60.tar.gz gitea-095fb9f2e32fe78acb9bc034f0e1d60922ff1e60.zip |
Add integrations tests from git cli (#3377)
* test: integration add git cli tests
Extracted form for easing review process and debug #3152
* test: integration add git cli big file commit
* fix: Don't rewrite key if internal server
Diffstat (limited to 'integrations/mysql.ini.tmpl')
-rw-r--r-- | integrations/mysql.ini.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/integrations/mysql.ini.tmpl b/integrations/mysql.ini.tmpl index 08f8ddfa5d..e75df81bd6 100644 --- a/integrations/mysql.ini.tmpl +++ b/integrations/mysql.ini.tmpl @@ -8,7 +8,6 @@ NAME = {{TEST_MYSQL_DBNAME}} USER = {{TEST_MYSQL_USERNAME}} PASSWD = {{TEST_MYSQL_PASSWORD}} SSL_MODE = disable -PATH = data/gitea.db [indexer] ISSUE_INDEXER_PATH = integrations/indexers-mysql/issues.bleve @@ -27,10 +26,14 @@ SSH_DOMAIN = localhost HTTP_PORT = 3001 ROOT_URL = http://localhost:3001/ DISABLE_SSH = false -SSH_PORT = 22 +SSH_LISTEN_HOST = localhost +SSH_PORT = 2201 +START_SSH_SERVER = true LFS_START_SERVER = true LFS_CONTENT_PATH = data/lfs-mysql OFFLINE_MODE = false +LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w +APP_DATA_PATH = integrations/gitea-integration-mysql/data [mailer] ENABLED = false |