Files
EdgeAdmin/internal/const/const.go

21 lines
377 B
Go
Raw Normal View History

2020-07-22 09:59:40 +08:00
package teaconst
const (
2024-07-27 15:42:58 +08:00
Version = "1.4.1"
2020-07-22 09:59:40 +08:00
2024-07-27 15:42:58 +08:00
APINodeVersion = "1.4.1"
2021-08-21 19:44:03 +08:00
ProductName = "Edge Admin"
ProcessName = "edge-admin"
2020-07-22 09:59:40 +08:00
Role = "admin"
2020-07-22 22:19:39 +08:00
EncryptMethod = "aes-256-cfb"
2020-07-22 09:59:40 +08:00
2024-03-18 08:20:39 +08:00
CookieSID = "geadsid"
2023-06-30 18:08:30 +08:00
SessionAdminId = "adminId"
2021-01-12 11:49:37 +08:00
SystemdServiceName = "edge-admin"
2024-07-27 15:42:58 +08:00
UpdatesURL = "https://goedge.cloud/api/boot/versions?os=${os}&arch=${arch}&version=${version}"
2020-07-22 09:59:40 +08:00
)