]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - config.go
.github: update upstream actions to latest version
[nsscash/nsscash.git] / config.go
index 18c6520222fd115a9fd091ebc15ce73f9cf5d0d3..909692095f9cf1184967054fd1857a745bceb030 100644 (file)
--- a/config.go
+++ b/config.go
@@ -1,6 +1,6 @@
 // Configuration file parsing and validation
 
-// Copyright (C) 2019  Simon Ruderich
+// Copyright (C) 2019-2021  Simon Ruderich
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
@@ -30,10 +30,10 @@ type Config struct {
 }
 
 type File struct {
-       Type FileType
-       Url  string
-       Path string
-       CA   string
+       Type     FileType
+       Url      string
+       Path     string
+       CA       string
        Username string
        Password string