mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 15:34:20 +00:00
8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
|
window.domain = '<%- domain %>'
|
||
|
window.urlpath = '<%- urlpath %>'
|
||
|
window.debug = <%- debug %>
|
||
|
window.version = '<%- version %>'
|
||
|
|
||
|
window.GOOGLE_API_KEY = '<%- GOOGLE_API_KEY %>'
|
||
|
window.GOOGLE_CLIENT_ID = '<%- GOOGLE_CLIENT_ID %>'
|
||
|
window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>'
|