fox-send/views/jsconfig.handlebars

9 lines
193 B
Handlebars
Raw Normal View History

{{#if dsn}}
window.dsn = '{{{dsn}}}';
{{/if}}
{{#if trackerId}}
window.trackerId = '{{{trackerId}}}';
{{/if}}
2017-07-20 19:50:20 +00:00
const MAXFILESIZE = {{{maxFileSize}}};
const EXPIRE_SECONDS = {{{expireSeconds}}};