Skip to content

Commit

Permalink
fix: removed SAP specific data from default config
Browse files Browse the repository at this point in the history
  • Loading branch information
copernico committed Sep 21, 2020
1 parent 872b16b commit fdc031a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kaybee/internal/tasks/data/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ export:
echo "Please configure the necessary variables in the script and try again" && exit 1
# Your user token (required to upload vulnerability data to Steady backend)
USER_TOKEN="FD262258-9E0E-494F-AB98-10352914D7A6"
USER_TOKEN="**************************"
# Backend URL of your Steady instance
BACKEND_URL="http://localhost:8033/backend/"
# URL of the CIA service of your Steady instance
CIA_URL="https://vulas.tools.sap/cia/"
CIA_URL="http://localhost:8033/cia/"
# This must be the absolute path to the kb-importer jar file
KB_IMPORTER_PATH="/full/path/to/kb-importer-X.Y.Z-jar-with-dependencies.jar"
Expand Down

0 comments on commit fdc031a

Please sign in to comment.