config.py.sample 154 B

123456
  1. DEBUG = True
  2. SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/test.db'
  3. # Used when generating the measurement script
  4. PEERFINDER_DN42 = "http://127.0.0.1:8888"