Adding updated certs and encryption
[aaf/sms.git] / sms-service / src / sms / config / config.go
index 3901817..30caf82 100644 (file)
@@ -29,6 +29,7 @@ type SMSConfiguration struct {
        CAFile     string `json:"cafile"`
        ServerCert string `json:"servercert"`
        ServerKey  string `json:"serverkey"`
+       Password   string `json:"password"`
 
        BackendAddress            string `json:"smsdbaddress"`
        VaultToken                string `json:"vaulttoken"`