mirror of
https://github.com/khairul169/garage-webui.git
synced 2026-09-15 00:43:21 +07:00
chore: update dockerfile, readme, etc
This commit is contained in:
@@ -21,7 +21,7 @@ type garage struct {
|
||||
var Garage = &garage{}
|
||||
|
||||
func (g *garage) LoadConfig() error {
|
||||
path := GetEnv("CONFIG_PATH", "/etc/garage/garage.toml")
|
||||
path := GetEnv("CONFIG_PATH", "/etc/garage.toml")
|
||||
data, err := os.ReadFile(path)
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user