Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
GRPCPort string
WebPort string
// Realtime Configuration
RunRealtime bool // If true, runs Realtime service within this process
RealtimePort string // Only used if RunRealtime is true
RuntimeAddr string // Address of the Runtime Service (e.g. localhost:50052)
ArenaWidth float32
ArenaHeight float32
TickRate int // Ticks per second
RedisAddr string // Redis address for horizontal scaling
DBPath string // Path to SQLite database
}
Click to show internal directories.
Click to hide internal directories.