Skip to content

Commit

Permalink
Creating default config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmack-etg committed Feb 8, 2019
1 parent b767c07 commit b1740f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fn_useragentanalysis/fn_useragentanalysis/util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def config_section_data():
"""Produce the default configuration section for app.config,
when called by `resilient-circuits config [-c|-u]`
"""
# config_data = u"""[fn_useragentanalysis]
#setting=xxx
#"""
# return config_data
return None
config_data = u"""[fn_useragentanalysis]
url=https://api.whatismybrowser.com/api/v2/user_agent_parse

This comment has been minimized.

Copy link
@mscherfling

mscherfling Feb 8, 2019

Collaborator

these have to be left justified to start on column 1

This comment has been minimized.

Copy link
@tmack-etg

tmack-etg Feb 8, 2019

Author

Thank you for catching this! Fixing

api_key=KEY
"""
return config_data

0 comments on commit b1740f3

Please sign in to comment.