host fix >:(
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
PORT=8080
|
PORT=8080
|
||||||
|
HOST=0.0.0.0
|
||||||
REDIS_URI=redis://localhost:6379
|
REDIS_URI=redis://localhost:6379
|
||||||
|
|
||||||
DISCORD_CLIENT_ID=
|
DISCORD_CLIENT_ID=
|
||||||
|
|||||||
+1
-1
@@ -189,4 +189,4 @@ fastify.get("/callback", async (request, response) => {
|
|||||||
|
|
||||||
fastify.get("/", () => ({ shiggy: true }));
|
fastify.get("/", () => ({ shiggy: true }));
|
||||||
|
|
||||||
await fastify.listen({ port: parseInt(process.env.PORT!) });
|
await fastify.listen({ host: process.env.HOST!, port: parseInt(process.env.PORT!) });
|
||||||
|
|||||||
Reference in New Issue
Block a user