mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 04:05:21 +08:00
12 lines
250 B
Python
Executable File
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']
|