mirror of
https://github.com/status-im/codimd.git
synced 2025-01-15 03:14:11 +00:00
19dad9dfc8
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
window.domain = '<%- domain %>'
|
|
window.urlpath = '<%- urlpath %>'
|
|
window.debug = <%- debug %>
|
|
window.version = '<%- version %>'
|
|
window.plantumlServer = '<%- plantumlServer %>'
|
|
|
|
window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %>
|
|
|
|
window.defaultUseHardbreak = <%- defaultUseHardbreak %>
|
|
|
|
window.linkifyHeaderStyle = '<%- linkifyHeaderStyle %>'
|
|
|
|
window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>'
|
|
|
|
window.USE_CDN = <%- useCDN %>
|