mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-07 01:03:24 +08:00
16 lines
247 B
Go
16 lines
247 B
Go
package constants
|
|
|
|
const (
|
|
SuperUser = "admin"
|
|
ProductName = "长亭雷池 WAF 社区版"
|
|
ProductVersion = ""
|
|
ConfigFilePath = "config.yml"
|
|
CertsPath = "certs"
|
|
)
|
|
|
|
const (
|
|
NotUpgrade int = iota
|
|
RecommendedUpgrade
|
|
MustUpgrade
|
|
)
|