Commit 97896203 authored by wuhao's avatar wuhao 🎯

asder

parent d26c98f3
Pipeline #6397 passed with stages
in 7 minutes and 46 seconds
export default {
dev:{
"REACT_APP_URL":"http://192.168.40.228:8044/vstp", // http://tasks-dev.nangaoyun.com
"DEFAULT_HEAD_IMG":"./assets/images/avatars/avatar_21.jpg",
"DEFAULT_404_IMG":"./assets/illustrations/illustration_404.svg",
"DOWNLOAD_URL":"http://192.168.40.2",
"SOCKET_IO_URL":"/wss"
dev: {
REACT_APP_URL: "http://192.168.40.36:8044/vstp", // http://tasks-dev.nangaoyun.com
DEFAULT_HEAD_IMG: "./assets/images/avatars/avatar_21.jpg",
DEFAULT_404_IMG: "./assets/illustrations/illustration_404.svg",
DOWNLOAD_URL: "http://192.168.40.2",
SOCKET_IO_URL: "/wss",
},
test:{
"REACT_APP_URL":"/vstp",
"DEFAULT_HEAD_IMG":"./assets/images/avatars/avatar_21.jpg",
"DEFAULT_404_IMG":"./assets/illustrations/illustration_404.svg",
"DOWNLOAD_URL":"http://192.168.40.2",
"SOCKET_IO_URL":"http://localhost:7001"
test: {
REACT_APP_URL: "/vstp",
DEFAULT_HEAD_IMG: "./assets/images/avatars/avatar_21.jpg",
DEFAULT_404_IMG: "./assets/illustrations/illustration_404.svg",
DOWNLOAD_URL: "http://192.168.40.2",
SOCKET_IO_URL: "http://localhost:7001",
},
prod:{
"REACT_APP_URL":"http://192.168.40.36:8044/vstp", // http://tasks-dev.nangaoyun.com
"DEFAULT_HEAD_IMG":"./assets/images/avatars/avatar_21.jpg",
"DEFAULT_404_IMG":"./assets/illustrations/illustration_404.svg",
"DOWNLOAD_URL":"http://192.168.40.2",
"SOCKET_IO_URL":"http://192.168.40.36:7001"
}
}
prod: {
REACT_APP_URL: "http://192.168.40.36:8044/vstp", // http://tasks-dev.nangaoyun.com
DEFAULT_HEAD_IMG: "./assets/images/avatars/avatar_21.jpg",
DEFAULT_404_IMG: "./assets/illustrations/illustration_404.svg",
DOWNLOAD_URL: "http://192.168.40.2",
SOCKET_IO_URL: "http://192.168.40.36:7001",
},
};
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment