mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 11:26:58 +00:00
12 lines
240 B
Go
12 lines
240 B
Go
package constants
|
|
|
|
// Service ports used across the network.
|
|
const (
|
|
WireGuardPort = 51820
|
|
RQLiteHTTPPort = 5001
|
|
RQLiteRaftPort = 7001
|
|
OlricHTTPPort = 3320
|
|
OlricMemberlistPort = 3322
|
|
GatewayAPIPort = 6001
|
|
)
|