Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830979
From: Chris Lamb <lamby@debian.org>
Date: Thu, 3 Aug 2017 14:40:56 -0400
Subject: Allow generation of random seeds on install time,
 not on build time. (Closes: #830979)

---
 web/api/app/Config/core.php.default | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/web/api/app/Config/core.php.default
+++ b/web/api/app/Config/core.php.default
@@ -222,14 +222,14 @@
 
 /**
  * A random string used in security hashing methods.
  */
-	Configure::write('Security.salt', '@ZM_API_SALT@');
+	Configure::write('Security.salt', '__ZM_API_SALT__');
 
 /**
  * A random numeric string (digits only) used to encrypt/decrypt strings.
  */
-	Configure::write('Security.cipherSeed', '@ZM_API_SEED@');
+	Configure::write('Security.cipherSeed', '__ZM_API_SEED__');
 
 /**
  * Apply timestamps with the last modified time to static assets (js, css, images).
  * Will append a query string parameter containing the time the file was modified. This is
