mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-15 05:35:07 -05:00
13 lines
198 B
HTML
13 lines
198 B
HTML
|
|
||
|
Constants = {
|
||
|
HOST : "mailiverse.com",
|
||
|
ATHOST : "@mailiverse.com",
|
||
|
|
||
|
AUTH_HOST : "red",
|
||
|
TOMCAT_HOST : "red:8080",
|
||
|
WEB_HOST : "white:8000",
|
||
|
TOMCAT_SERVER : "https://red:8080/Mailiverse/"
|
||
|
};
|
||
|
|
||
|
|