You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/config.sample.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ var countlyConfig = {
99
99
* @property {string} algorithm - name of the algorithm to use for encryption. The algorithm is dependent on OpenSSL, examples are 'aes192', etc. On recent OpenSSL releases, openssl list-cipher-algorithms will display the available cipher algorithms. Default value is aes-256-cbc
100
100
* @property {string} input_encoding - how encryption input is encoded. Used as output for decrypting. Default utf-8.
101
101
* @property {string} output_encoding - how encryption output is encoded. Used as input for decrypting. Default hex.
102
+
* @property {string} reports_key - key used for encryption of reports links
0 commit comments