mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01: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}}};
|