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/pgsql.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/pgsql.ini.tmpl')
-rw-r--r-- | integrations/pgsql.ini.tmpl | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/integrations/pgsql.ini.tmpl b/integrations/pgsql.ini.tmpl index 17ecacec5f..923608235e 100644 --- a/integrations/pgsql.ini.tmpl +++ b/integrations/pgsql.ini.tmpl @@ -8,7 +8,6 @@ NAME = {{TEST_PGSQL_DBNAME}} USER = {{TEST_PGSQL_USERNAME}} PASSWD = {{TEST_PGSQL_PASSWORD}} SSL_MODE = disable -PATH = data/gitea.db [indexer] ISSUE_INDEXER_PATH = integrations/indexers-pgsql/issues.bleve @@ -27,23 +26,27 @@ SSH_DOMAIN = localhost HTTP_PORT = 3002 ROOT_URL = http://localhost:3002/ DISABLE_SSH = false -SSH_PORT = 22 +SSH_LISTEN_HOST = localhost +SSH_PORT = 2202 +START_SSH_SERVER = true LFS_START_SERVER = true LFS_CONTENT_PATH = data/lfs-pgsql OFFLINE_MODE = false +LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w +APP_DATA_PATH = integrations/gitea-integration-pgsql/data [mailer] ENABLED = false [service] -REGISTER_EMAIL_CONFIRM = false -ENABLE_NOTIFY_MAIL = false -DISABLE_REGISTRATION = false -ENABLE_CAPTCHA = false -REQUIRE_SIGNIN_VIEW = false -DEFAULT_KEEP_EMAIL_PRIVATE = false +REGISTER_EMAIL_CONFIRM = false +ENABLE_NOTIFY_MAIL = false +DISABLE_REGISTRATION = false +ENABLE_CAPTCHA = false +REQUIRE_SIGNIN_VIEW = false +DEFAULT_KEEP_EMAIL_PRIVATE = false DEFAULT_ALLOW_CREATE_ORGANIZATION = true -NO_REPLY_ADDRESS = noreply.example.org +NO_REPLY_ADDRESS = noreply.example.org [picture] DISABLE_GRAVATAR = false @@ -54,7 +57,7 @@ PROVIDER = file PROVIDER_CONFIG = data/sessions-pgsql [log] -MODE = console,file +MODE = console,file ROOT_PATH = pgsql-log [log.console] @@ -64,6 +67,6 @@ LEVEL = Warn LEVEL = Debug [security] -INSTALL_LOCK = true -SECRET_KEY = 9pCviYTWSb -INTERNAL_TOKEN = test +INSTALL_LOCK = true +SECRET_KEY = 9pCviYTWSb +INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ |