Skip to content

Instantly share code, notes, and snippets.

@itayw
Created August 17, 2015 10:16
Show Gist options
  • Save itayw/93067011b3222a028e6f to your computer and use it in GitHub Desktop.
Save itayw/93067011b3222a028e6f to your computer and use it in GitHub Desktop.
Joola sample configuration - Redis + Elasticsearch
store:
config:
enabled: true
redis:
enabled: true
dsn: redis://127.0.0.1
datastore:
elasticsearch:
enabled: true
host: localhost:9200
refresh: true
@jessicasmith1
Copy link

var meals = [
{type: 'breakfast', name: 'Full English', calories: 1500},
{type: 'breakfast', name: 'Colacao', calories: 260},
{type: 'dinner', name: 'Phad Thai', calories: 750},
{type: 'dinner', name: 'Chicken Katsu curry and rice', calories: 830},
]; http://gamefriv4school.com | http://topfightinggames.com | http://scoobydoogames.info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment