Files
chronical/config/config.go
William Gill caab555275
Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Successful in 2m3s
Create Release & Upload Assets / Build Container Image (push) Failing after 1m6s
Puuuussshhh
2025-10-11 03:41:01 +00:00

17 lines
277 B
Go

package config
// Basic Information
const (
Project = "chronical"
Description = "Chronical Snowflake ID Service"
Authors = "https://git.anomalous.dev/57_Wolve/chronical"
)
var (
Version string
Build string
SentryDSN string
WorkerID int
Epoch int
)