Parcourir la source

Update config for dev setup

Baptiste Jonglez il y a 10 ans
Parent
commit
6424eb294c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      config.py

+ 2 - 1
config.py

@@ -2,4 +2,5 @@ DEBUG = True
 
 SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/test.db'
 
-PEERFINDER_DN42 = "http://172.23.184.112:8888"
+# Used when generating the measurement script
+PEERFINDER_DN42 = "http://127.0.0.1:8888"