10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
NEXT_PUBLIC_VERSION = "2.3.0"
|
|
|
|
# NEXT_PUBLIC_API_URL = "https://crm.witel.ir/server"
|
|
# NEXT_PUBLIC_SERVER_SOCKET_URL = "wss://crm.witel.ir"
|
|
|
|
# private server
|
|
NEXT_PUBLIC_API_URL = "http://192.168.1.30:8888/server"
|
|
NEXT_PUBLIC_SERVER_SOCKET_URL = "ws://192.168.1.30:3023"
|
|
|
|
NEXT_PUBLIC_POWERED_BY_URL = "https://witel.ir" |