tricrypt/env/env.go

7 lines
63 B
Go
Raw Normal View History

2024-02-23 14:28:59 +01:00
package env
const (
Port = 2993
ConnectPort = 1993
)