Skip to content

Commit

Permalink
added new TLS config variables
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed Dec 10, 2024
1 parent f6f56d7 commit 78b68d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
PORT: 8080
ENABLE_TLS: false
CERT_FILE: "/certs/server.crt
CERT_KEY: "/certs/server.key"
MAX_EXECUTIONS=1000
SOARCA_ALLOWED_ORIGINS: "*"
GIN_MODE: "release"
MONGODB_URI: "mongodb://localhost:27017"
Expand All @@ -19,7 +23,6 @@ MQTT_BROKER: "localhost"
MQTT_PORT: 1883

HTTP_SKIP_CERT_VALIDATION: false

### Integrations

# The Hive
Expand Down

0 comments on commit 78b68d0

Please sign in to comment.