mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 13:48:13 +02:00
Add badger version
This commit is contained in:
parent
f4ae2188e0
commit
4f0b45dd9f
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@ import (
|
|||
func loadVersions(config *Config) {
|
||||
config.PangolinVersion = "replaceme"
|
||||
config.GerbilVersion = "replaceme"
|
||||
config.BadgerVersion = "replaceme"
|
||||
}
|
||||
|
||||
//go:embed fs/*
|
||||
|
@ -29,6 +30,7 @@ var configFiles embed.FS
|
|||
type Config struct {
|
||||
PangolinVersion string
|
||||
GerbilVersion string
|
||||
BadgerVersion string
|
||||
BaseDomain string
|
||||
DashboardDomain string
|
||||
LetsEncryptEmail string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue