Skip to content

Instantly share code, notes, and snippets.

@wesruv
Last active June 5, 2016 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesruv/382325222361769af5fb224bc8facc9a to your computer and use it in GitHub Desktop.
Save wesruv/382325222361769af5fb224bc8facc9a to your computer and use it in GitHub Desktop.
# Production #
##############
#NODE_ENV = production
COUCHDB = https://api.lullabot.com:443/lullabot
COUCHDB_PREVIEW = https://api.lullabot.com:443/lullabot_preview
ELASTIC_SEARCH_HOST = https://search.lullabot.com
ELASTIC_SEARCH_INDEX = lullabot
ASSETS = https://assets.lullabot.com/
#SITE_URL = https://www.lullabot.com
#PORT = 80
#XDOMAIN_SLAVE = https://api.lullabot.com:443/proxy.html
# Dev #
#######
#NODE_ENV = production
#COUCHDB = https://api.lulladev.com:443/lullabot
#COUCHDB_PREVIEW = https://api.lulladev.com:443/lullabot_preview
#ELASTIC_SEARCH_HOST = https://search.lulladev.com
#ELASTIC_SEARCH_INDEX = lullabot
#ASSETS = https://assets.lulladev.com/
#SITE_URL = https://www.lulladev.com
#PORT = 80
#XDOMAIN_SLAVE = https://api.lulladev.com:443/proxy.html
# Local #
#########
NODE_ENV = development
#COUCHDB = http://127.0.0.1:5984/lullabot
#COUCHDB_PREVIEW = http://127.0.0.1:5984/lullabot_preview
#ELASTIC_SEARCH_HOST = http://127.0.0.1:9200
#ELASTIC_SEARCH_INDEX = lullabot
#ASSETS = http://edit.lullabot.local/sites/default/files/
SITE_URL = http://l.lullabot.com
PORT = 3000
XDOMAIN_SLAVE =
BABEL_DISABLE_CACHE = 1
NODE_ENV = development
COUCHDB = https://api.lullabot.com:443/lullabot
COUCHDB_PREVIEW = https://api.lullabot.com:443/lullabot_preview
ELASTIC_SEARCH_HOST = https://search.lullabot.com
ELASTIC_SEARCH_INDEX = lullabot
ASSETS = https://assets.lullabot.com/
SITE_URL = http://l.lullabot.com
PORT = 3000
XDOMAIN_SLAVE = https://api.lullabot.com:443/proxy.htm
BABEL_DISABLE_CACHE = 1
NODE_ENV = development
COUCHDB = https://api.lullabot.com:443/lullabot
COUCHDB_PREVIEW = https://api.lullabot.com:443/lullabot_preview
ELASTIC_SEARCH_HOST = https://search.lullabot.com
ELASTIC_SEARCH_INDEX = lullabot
ASSETS = https://assets.lullabot.com/
SITE_URL = http://l.lullabot.com:3000
PORT = 3000
XDOMAIN_SLAVE = https://api.lullabot.com:443/proxy.htm
BABEL_DISABLE_CACHE = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment