Saving to storage.

New buildfile.
Storing backups in storage.
This commit is contained in:
rony5394
2026-04-09 15:32:54 +02:00
parent ec797025e5
commit 4a33358596
5 changed files with 103 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ type RegistryAuth struct {
func GetConfig() Config {
var cfg Config;
rawConfig, err := os.ReadFile("./config.json");
rawConfig, err := os.ReadFile("/config.json");
if err != nil{
panic("Failed it load config file." + err.Error());
}