testing: Fix ALLOWED_HOSTS in strongTNC settings.ini

This commit is contained in:
Tobias Brunner 2017-02-16 18:24:25 +01:00
parent 150a902b83
commit 0c549169c4
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ Your Name: alice@strongswan.org
[security]
SECRET_KEY=strongSwan
ALLOWED_HOSTS=127.0.0.1,10.10.0.1,tnc.strongswan.org,tnc
ALLOWED_HOSTS=127.0.0.1,10.1.0.10,tnc.strongswan.org,tnc

View File

@ -16,4 +16,4 @@ Your Name: alice@strongswan.org
[security]
SECRET_KEY=strongSwan
ALLOWED_HOSTS=127.0.0.1,10.10.0.1,tnc.strongswan.org,tnc
ALLOWED_HOSTS=127.0.0.1,10.1.0.10,tnc.strongswan.org,tnc