Skip to content

Commit

Permalink
Change host ip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffzhang committed Jun 29, 2018
1 parent 33e1c05 commit 50b802b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion instance/config.py
Expand Up @@ -18,7 +18,7 @@ def __init__(self):
WEB_PASSWORD = 'whoami' # Web Auth Password
POCSUITE_PATH = basedir + '/../fuxi/views/modules/scanner/pocsuite_plugin/'
AWVS_REPORT_PATH = basedir + '/../fuxi/static/download/' # static file download
WEB_HOST = '127.0.0.1' # Web Server Host
WEB_HOST = '0.0.0.0' # Web Server Host
WEB_PORT = 5000 # Web Server Port
UPDATE_URL = "https://fuxi.hook.ga/update" # check update
VERSION = '1.2.0' # scanner version
Expand Down Expand Up @@ -46,4 +46,6 @@ class ProductionConfig(Config):
AUTH_DB = 'dev_auth_tester' # Auth tester tasks collection
ACUNETIX_DB = 'dev_acunetix' # Acunetix scanner tasks collection
WEEKPASSWD_DB = 'dev_week_passwd' # Week password collection
GITHUB_TASK_DB = 'dev_github_task' # Github leaks tasks
GITHUB_LEAK_DB = 'dev_github_leak' # Github leaks info

0 comments on commit 50b802b

Please sign in to comment.