Skip to content

Instantly share code, notes, and snippets.

View netmask's full-sized avatar
🏠
Working from home

Jonathan Garay netmask

🏠
Working from home
View GitHub Profile
// # Ghost Configuration
// Setup your Ghost install for various environments
var path = require('path'),
config;
config = {
// ### Development **(default)**
development: {
url: process.env.GHOST_HTTP_URL,