1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-11 05:32:40 +01:00
send/views/jsconfig.handlebars

8 lines
149 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}}};