diff --git a/app/src/sneaker.ts b/app/src/sneaker.ts index cb411c0..223850d 100644 --- a/app/src/sneaker.ts +++ b/app/src/sneaker.ts @@ -1,9 +1,9 @@ import nose from "./server" -// const SNEAKER_URL = "nose.space" -// const SNEAKER_TLS = true -const SNEAKER_URL = "localhost:3100" -const SNEAKER_TLS = false +const SNEAKER_URL = "nose.space" +const SNEAKER_TLS = true +// const SNEAKER_URL = "localhost:3100" +// const SNEAKER_TLS = false type Connection = { subdomain: string