From 0b317ca422c12df61787a7926defc7dedaf5f665 Mon Sep 17 00:00:00 2001 From: Jorge Noguera Date: Tue, 26 Oct 2021 11:17:44 -0300 Subject: [PATCH] Updated .env.example to remove AGENT_ID value. Webpack 5 doesnt provide process.env values on webpack config file anymore --- .env.example | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 33d6d6e..d10ee16 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,3 @@ TOKY_API_URL="https://api.toky.co" TOKY_RESOURCES_URL="https://app.toky.co" -PUSHER_KEY="" -# only for development -# your Toky Agent id account -AGENT_ID="" \ No newline at end of file +PUSHER_KEY="" \ No newline at end of file