From 0416a1f8ada26df674fbf579c57c68bdecfa24b3 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Tue, 11 Jul 2017 15:22:43 +1000 Subject: [PATCH] added CRM cache website url --- configCRM.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configCRM.go b/configCRM.go index ea68752..6d18d6d 100644 --- a/configCRM.go +++ b/configCRM.go @@ -21,6 +21,10 @@ type EspoCRMAPIConfig struct { //where attachment is cached AttachmentCache string `json:"AttachmentCache"` + + //where cache site is provding attachment access + //temporary + CacheSiteURL string `json:"CacheSiteURL"` } //CRMConfig contains secrets that cannot store in source file