added frontend docker
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const CONFIG = {
|
||||
api_url: "http://localhost:3000",
|
||||
api_url: process.env.VUE_APP_API_URL || "http://localhost:3000",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user