update config
Some checks failed
frontend-action / build-image (push) Failing after 10s

This commit is contained in:
2024-05-17 17:56:50 +07:00
parent 7a4a908afc
commit 8e8303df43

View File

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