mirror of
https://github.com/status-im/codimd.git
synced 2025-01-14 11:14:15 +00:00
56e01fa76e
Signed-off-by: Gereon Dusella <git@gereondusella.de>
18 lines
501 B
Plaintext
18 lines
501 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 %>
|
|
|
|
window.defaultTocDepth = <%- defaultTocDepth %>
|