17 lines
277 B
Go
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
|
|
)
|