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

8 lines
149 B
Handlebars

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