diff --git a/front/bahnui-front/.env.dev b/front/bahnui-front/.env.dev new file mode 100644 index 0000000..0ed21ca --- /dev/null +++ b/front/bahnui-front/.env.dev @@ -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.staging b/front/bahnui-front/.env.staging new file mode 100644 index 0000000..80b44a3 --- /dev/null +++ b/front/bahnui-front/.env.staging @@ -0,0 +1 @@ +VUE_APP_BASE_URL=http://server.bahn.sperwing.site \ No newline at end of file