mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
9 lines
193 B
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}}};
|