From 083c9eeaf97a91bf63c24a8cc807896d68ee4c38 Mon Sep 17 00:00:00 2001 From: sperwing Date: Mon, 18 Nov 2024 22:21:26 +0100 Subject: [PATCH] remove envs --- front/bahnui-front/.env.dev | 1 - front/bahnui-front/.env.staging | 1 - 2 files changed, 2 deletions(-) delete mode 100644 front/bahnui-front/.env.dev delete mode 100644 front/bahnui-front/.env.staging diff --git a/front/bahnui-front/.env.dev b/front/bahnui-front/.env.dev deleted file mode 100644 index 0ed21ca..0000000 --- a/front/bahnui-front/.env.dev +++ /dev/null @@ -1 +0,0 @@ -VUE_APP_BASE_URL=http://127.0.0.1:3000 \ No newline at end of file diff --git a/front/bahnui-front/.env.staging b/front/bahnui-front/.env.staging deleted file mode 100644 index 80b44a3..0000000 --- a/front/bahnui-front/.env.staging +++ /dev/null @@ -1 +0,0 @@ -VUE_APP_BASE_URL=http://server.bahn.sperwing.site \ No newline at end of file