Categorygithub.com/doptime/config
repositorypackage
0.0.0-20250104025038-3812e600cf8e
Repository: https://github.com/doptime/config.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Example config.toml:

ConfigUrl = ""

[[Redis]]
  Name = "default"
  Username = "doptime"
  Password = "yourpasswordhere"
  Host = "drangonflydb.local"
  Port = 6379
  DB = 0

[Http]
  CORES = "*"
  Port = 80
  Path = "/"
	JwtSecret = ""
  DangerousAutoWhitelist = false
  MaxBufferSize = 10485760
  SUToken = ""

[[APISource]]
	Name    = "doptime"
  UrlBase = "https://api.doptime.cc"
	ApiKey  = "yourapikeyhere"

[Log]
  LogLevel = 1