diff options
author | Sandro Santilli <strk@kbt.io> | 2017-08-21 08:47:23 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-08-21 14:47:23 +0800 |
commit | 951c909a67bb6f1f8577fb1e61f22dca2bc3c07f (patch) | |
tree | 0766bca04224e6292b2fa9ea49ad5708972608b3 /integrations | |
parent | 53e6c947f1038ccea86e0879e39ce90074ea49ef (diff) | |
download | gitea-951c909a67bb6f1f8577fb1e61f22dca2bc3c07f.tar.gz gitea-951c909a67bb6f1f8577fb1e61f22dca2bc3c07f.zip |
Add INTERNAL_TOKEN to integration .ini file (#2346)
Avoids override of source file upon running `make test-pgsql`
Long story: settings.NewContext *adds* an INTERNAL_TOKEN if none
is found; the other ini files under integration/ all have an
INTERNAL_TOKEN
Diffstat (limited to 'integrations')
-rw-r--r-- | integrations/pgsql.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrations/pgsql.ini b/integrations/pgsql.ini index 43a7cc78c1..2deaa19638 100644 --- a/integrations/pgsql.ini +++ b/integrations/pgsql.ini @@ -55,3 +55,4 @@ LEVEL = Debug [security] INSTALL_LOCK = true SECRET_KEY = 9pCviYTWSb +INTERNAL_TOKEN = test |