448b006194
To avoid extra webpacking on changing configs and follow the 12 factor app
8 lines
No EOL
278 B
Text
8 lines
No EOL
278 B
Text
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 %>' |