'use strict'; var AppSettings = { appTitle: 'Example Application', apiUrl: '/api/v1' }; module.exports = AppSettings;