at/config.py

19 lines
305 B
Python
Raw Normal View History

2012-01-29 01:34:11 +00:00
debug = True
2012-01-28 20:50:07 +00:00
port = 8080
2012-01-26 18:58:09 +00:00
db = './at.db'
cap_file = './dhcp-cap'
lease_file = './leases'
lease_offset = 60 * 20
2012-01-28 20:50:07 +00:00
timeout = 3000
2012-01-26 18:58:09 +00:00
wiki_url = 'http://hackerspace.pl/wiki/doku.php?id=people:%(login)s:start'
2012-01-29 01:34:11 +00:00
claimable_prefix = '' #'192.168.1.'
claimable_exclude = [
# '127.0.0.1',
]
2012-01-27 17:46:30 +00:00
secret_key = 'adaba'