24
1
Fork 0
drop.chapril.org-firefoxsend/views/jsconfig.handlebars

9 lines
193 B
Handlebars

{{#if dsn}}
window.dsn = '{{{dsn}}}';
{{/if}}
{{#if trackerId}}
window.trackerId = '{{{trackerId}}}';
{{/if}}
const MAXFILESIZE = {{{maxFileSize}}};
const EXPIRE_SECONDS = {{{expireSeconds}}};