This commit is contained in:
Jonas Plum
2023-10-19 00:41:37 +02:00
committed by GitHub
parent e41c50c9c2
commit e0a8e3e479
11 changed files with 79 additions and 675 deletions

View File

@@ -20,7 +20,7 @@ type Storage struct {
type Config struct {
Host string
User string
Region string
Region string
Password string
}