Browse Source

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
for-closed-social
Sandro Santilli 6 years ago
committed by Lunny Xiao
parent
commit
951c909a67
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      integrations/pgsql.ini

+ 1
- 0
integrations/pgsql.ini View File

@ -55,3 +55,4 @@ LEVEL = Debug
[security]
INSTALL_LOCK = true
SECRET_KEY = 9pCviYTWSb
INTERNAL_TOKEN = test

Loading…
Cancel
Save