tricrypt/env/env.go

7 lines
62 B
Go
Raw Normal View History

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