From 96b296d9202c0166d5ff1f1f837c30dc643f9f17 Mon Sep 17 00:00:00 2001 From: Rybasher Date: Wed, 17 Jul 2024 14:13:44 +0300 Subject: [PATCH] fix: change env example --- mirror-web-server/.env.example | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mirror-web-server/.env.example b/mirror-web-server/.env.example index 3e8f2223..6454f859 100644 --- a/mirror-web-server/.env.example +++ b/mirror-web-server/.env.example @@ -65,8 +65,4 @@ DISABLE_EMAIL=true ASSET_STORAGE_DRIVER=LOCAL # if ASSET_STORAGE_DRIVER is not GCP, then this is required -ASSET_STORAGE_URL=http://localhost:9000/assets-storage/ - -# MIXPANEL -MIXPANEL_TOKEN= - +ASSET_STORAGE_URL=http://localhost:9000/assets-storage/ \ No newline at end of file