fixed formatting bug in config/env/all.js

This commit is contained in:
David Baldwynn 2016-04-24 14:35:42 -04:00
parent 4646fb6f1e
commit f4fde131d7

2
config/env/all.js vendored
View file

@ -2,7 +2,7 @@
module.exports = {
app: {
google_analytics_id: process.env.GOOGLE_ANALYTICS_ID || '';
google_analytics_id: process.env.GOOGLE_ANALYTICS_ID || '',
title: 'TellForm',
description: 'Opensource form builder alternative to TypeForm',
keywords: 'typeform, pdfs, forms, opensource, formbuilder, google forms, nodejs',