added environment variable for expire time
This commit is contained in:
parent
fa1f0208a4
commit
4cb040d70d
6 changed files with 12 additions and 5 deletions
|
@ -5,3 +5,4 @@ window.dsn = '{{{dsn}}}';
|
|||
window.trackerId = '{{{trackerId}}}';
|
||||
{{/if}}
|
||||
const MAXFILESIZE = {{{maxFileSize}}};
|
||||
const EXPIRE_SECONDS = {{{expireSeconds}}};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue