drop.chapril.org-firefoxsend/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 21:50:20 +02:00
const MAXFILESIZE = {{{maxFileSize}}};
const EXPIRE_SECONDS = {{{expireSeconds}}};