added frontend docker

This commit is contained in:
2024-04-20 01:44:45 +07:00
parent 054c4f0ea8
commit 4dbb67d5fc
4 changed files with 26 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
export const CONFIG = {
api_url: "http://localhost:3000",
api_url: process.env.VUE_APP_API_URL || "http://localhost:3000",
};