From 4220a96620c0c2eafb4f1806b7f6faab2ea94872 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 10 Dec 2024 12:16:06 +0700 Subject: [PATCH] remove config s3 --- src/app.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app.config.ts b/src/app.config.ts index fa91f82..7f04707 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -3,9 +3,6 @@ /** API ระบบลงเวลา */ import message from '@/api/api.message' -// environment variables -export const s3ClusterUrl = import.meta.env.VITE_S3CLUSTER_PUBLIC_URL - const API = { /**message */ ...message, @@ -13,5 +10,4 @@ const API = { export default { API: API, - s3ClusterUrl, }