Skip to content

Commit

Permalink
refactor: rm unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Sep 24, 2024
1 parent bc5bcf6 commit 6f36cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config.example.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
:private-key "-----BEGIN PRIVATE KEY-----\nMII...\n-----END PRIVATE KEY-----\n"
:port 443
:host "ORG_ID-ACCOUNT_ID.snowflakecomputing.com"
:scheme "https"
:role "TESTROLE"}
:scheme "https"}
:channels [{:chan-name "my_channel"
:database "TESTDATABASE"
:schema "PUBLIC"
Expand Down
3 changes: 1 addition & 2 deletions src/emqx/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
:private-key s/Str
:port s/Num
:host s/Str
:scheme s/Str
:role s/Str})
:scheme s/Str})

(s/defschema MQTTConfig
{:host s/Str
Expand Down

0 comments on commit 6f36cea

Please sign in to comment.