Skip to content

Commit

Permalink
updated env options in getting started to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 21, 2024
1 parent 369f948 commit 43cf012
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,18 @@ MONGODB_URI: "mongodb://localhost:27017"
DATABASE_NAME: "soarca"
DB_USERNAME: "root"
DB_PASSWORD: "rootpassword"
WORKFLOW_API_LOG_LEVEL: trace
PLAYBOOK_API_LOG_LEVEL: trace
DATABASE: "false"
MAX_REPORTERS: "5"

LOG_GLOBAL_LEVEL: "info"
LOG_MODE: "development"
LOG_FILE_PATH: ""
LOG_FORMAT: "json"

ENABLE_FINS: false
MQTT_BROKER: "localhost"
MQTT_PORT: 1883
{{< /tab >}}
{{< /tabpane >}}

Expand Down

0 comments on commit 43cf012

Please sign in to comment.