diff options
author | Thomas Boerger <thomas@webhippie.de> | 2017-09-10 03:54:11 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-09-10 09:54:11 +0800 |
commit | fd85e25f5f48823c4e65f3bd23662fd26d1398b3 (patch) | |
tree | 3b0be1cd4abd0d5581a1ecffac1a24a85938be7c /integrations/pgsql.ini | |
parent | 4b8fef143ea399d6bf5c23adda7fb0b191d4ded2 (diff) | |
download | gitea-fd85e25f5f48823c4e65f3bd23662fd26d1398b3.tar.gz gitea-fd85e25f5f48823c4e65f3bd23662fd26d1398b3.zip |
Hotfix for integration testing (#2473)
* Hotfix for integration testing
* Comment sqlite tests because of database locking issues
Diffstat (limited to 'integrations/pgsql.ini')
-rw-r--r-- | integrations/pgsql.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/pgsql.ini b/integrations/pgsql.ini index 2deaa19638..fe979a6538 100644 --- a/integrations/pgsql.ini +++ b/integrations/pgsql.ini @@ -3,7 +3,7 @@ RUN_MODE = prod [database] DB_TYPE = postgres -HOST = 127.0.0.1:5432 +HOST = pgsql:5432 NAME = testgitea USER = postgres PASSWD = postgres |