Files
stacks-puppet-node/blockstack_search/crawler/config.py
2014-01-28 17:31:25 -05:00

12 lines
250 B
Python
Executable File

#!/usr/bin/env python
#-----------------------
# Copyright 2014 Halfmoon Labs, Inc.
# All Rights Reserved
#-----------------------
PORT = 5001
DEBUG = True
FG_API_SLUG = '/api/users'
SUBDOMAINS = ['freegraph','fg']
SCANPORTS = ['80','5000','8555']