diff --git a/front/bahnui-front/.env.development b/front/bahnui-front/.env.development new file mode 100644 index 0000000..0ed21ca --- /dev/null +++ b/front/bahnui-front/.env.development @@ -0,0 +1 @@ +VUE_APP_BASE_URL=http://127.0.0.1:3000 \ No newline at end of file diff --git a/front/bahnui-front/.env.production b/front/bahnui-front/.env.production new file mode 100644 index 0000000..0ed21ca --- /dev/null +++ b/front/bahnui-front/.env.production @@ -0,0 +1 @@ +VUE_APP_BASE_URL=http://127.0.0.1:3000 \ No newline at end of file