Skip to content

Commit

Permalink
chore(vecos/releezme): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Aug 13, 2023
1 parent 85cc246 commit 9091f87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drivers/vecos/releezme.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ class Vecos::Releezme < PlaceOS::Driver
uri_base "https://acc-sapi.releezme.net"

default_settings({
client_id: "8537d5c8-a85c-4657-bc6b-7c35b1405464",
client_secret: "856b5b85d3eb4697369",
username: "admin",
password: "admin",
releezme_authentication_domain: "acc-identity.releezme.net"
client_id: "8537d5c8-a85c-4657-bc6b-7c35b1405464",
client_secret: "856b5b85d3eb4697369",
username: "admin",
password: "admin",
releezme_authentication_domain: "acc-identity.releezme.net",
})

def on_load
Expand Down

0 comments on commit 9091f87

Please sign in to comment.