mew-time
Version:
utils about the time.
36 lines (32 loc) • 629 B
JavaScript
export const DEV = {
host: "localhost",
port: {
livereload: 3000,
karma: 9875
},
server: { img: "", data: "", api: "" }
};
export const BETA = {
host: "localhost",
port: {
livereload: 3000,
karma: 9875
},
server: { img: "", data: "", api: "" }
};
export const STAGING = {
host: "localhost",
port: {
livereload: 3000,
karma: 9875
},
server: { img: "", data: "", api: "" }
};
export const LIVE = {
host: "localhost",
port: {
livereload: 3000,
karma: 9875
},
server: { img: "", data: "", api: "" }
};