4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
export const KRATOS_URL = "http://127.0.0.1:4433"
|
|
export const CHAT_URL = "ws://localhost:1323"
|
|
export const MAX_CHAT_MESSAGES = 50
|