~techsavvy8989/browserquest/trunk

« back to all changes in this revision

Viewing changes to server/config.json

  • Committer: Aaron Hill
  • Date: 2013-11-26 20:02:27 UTC
  • Revision ID: git-v1:0d43eb48658a3d8e3287f657bc389f783f8898fc
Updated config.json for Metrics

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    "redis_host": "127.0.0.1",
11
11
    "memcached_host": "127.0.0.1",
12
12
    "memcached_port": 11211,
13
 
    "game_servers": ["localhost"],
 
13
    "game_servers": [{server: "localhost", name: "Local Server"}],
14
14
    "server_name" : "localhost",
15
15
    "production": "openshift",
16
16
    "database": "redis"