[Enhancement] Remove frontend env file 🔥(#179)

This commit is contained in:
Pranav Raj S
2019-10-25 12:01:05 +05:30
committed by GitHub
parent f4358d9993
commit f869598cb4
7 changed files with 142 additions and 117 deletions

View File

@@ -29,5 +29,10 @@
<div id="app"></div>
<noscript id="noscript">This app works best with JavaScript enabled.</noscript>
<%= yield %>
<script>
window.chatwootConfig = {
fbAppId: <%= ENV['fb_app_id'] %>
}
</script>
</body>
</html>