Skip to content

Commit

Permalink
Updated default config for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron committed May 22, 2020
1 parent 6699c1e commit 6383fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/create_updater_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
SERVICE_MANIFEST = "../service_manifest.yml"
UPDATE_CONFIG = "/tmp/suricata_updater_config.yaml"

USER = os.environ.get("USER", None)
API_KEY = os.environ.get("API_KEY", None)
SERVER = os.environ.get("SERVER", None)
USER = os.environ.get("API_USER", "admin")
API_KEY = os.environ.get("API_KEY", "devkey:admin")
SERVER = os.environ.get("SERVER", "https://localhost")
PREVIOUS_UPDATE = os.environ.get("PREVIOUS_UPDATE", "1970-01-01T00:00:00.000Z")
PREVIOUS_HASH = os.environ.get("PREVIOUS_HASH", None)

Expand Down

0 comments on commit 6383fdf

Please sign in to comment.