diff --git a/.env.example b/.env.example deleted file mode 100644 index 0a3085cb..00000000 --- a/.env.example +++ /dev/null @@ -1,18 +0,0 @@ -# WEBAPP -WEBAPP_HOST = localhost -WEBAPP_PORT = 3000 -WEBAPP_BASE_URL = http://localhost:3000 - -# API -API_HOST = localhost -API_PORT = 3030 - -# METAAPI -EMBED_API_URL = http://localhost:3050 - -# 3rd party integrations -SENTRY_DNS_PUBLIC = -MAPBOX_TOKEN = pk.eyJ1IjoiaHVtYW4tY29ubmVjdGlvbiIsImEiOiJjajl0cnBubGoweTVlM3VwZ2lzNTNud3ZtIn0.KZ8KK9l70omjXbEkkbHGsQ - -# MAINTENANCE -MAINTENANCE = diff --git a/components/Comments/Comment.vue b/components/Comments/Comment.vue index 92f38c6c..b68370b1 100644 --- a/components/Comments/Comment.vue +++ b/components/Comments/Comment.vue @@ -42,7 +42,6 @@