Browse Source

Update config for dev setup

Baptiste Jonglez 10 years ago
parent
commit
6424eb294c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config.py

+ 2 - 1
config.py

@@ -2,4 +2,5 @@ DEBUG = True
 
 
 SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/test.db'
 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"