mirror of https://github.com/status-im/codimd.git
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 %>'
|