forked from Gitlink/forgeplus-react
12 lines
451 B
TypeScript
12 lines
451 B
TypeScript
export const DEV = {
|
|
PROXY_SERVER: "https://data.educoder.net",
|
|
API_SERVER: "https://pre-data.educoder.net",
|
|
REPORT_SERVER: "http://192.168.1.57:3001",
|
|
IMG_SERVER: 'https://new-testali-cdn.educoder.net',
|
|
FORGE: "https://code.educoder.net/",
|
|
SSH_SERVER:"wss://webssh.educoder.net",
|
|
QQLoginCB: encodeURIComponent("https://test-newweb.educoder.net"),
|
|
FORGE_SERVER:"https://testforgeplus.trustie.net"
|
|
}
|
|
|
|
export default DEV |