Skip to content

Instantly share code, notes, and snippets.

@hamnis
Created March 1, 2013 21:24
Show Gist options
  • Save hamnis/5067908 to your computer and use it in GitHub Desktop.
Save hamnis/5067908 to your computer and use it in GitHub Desktop.
{
"default": {
"server": {
"binary": "binary",
"mongo": "mongodb://localhost:27017/ems",
"root": "/server/"
},
"crypt": {
"password": "changeme",
"type": "DES"
},
"cache": {
"events": 0,
"sessions": 0
}
},
"test": {
"server": {
"binary": "/opt/jb/ems-redux/binary-storage",
"root": "http://test.java.no/ems-redux/server/"
}
},
"prod": {
"server": {
"binary": "/opt/jb/ems-redux/binary-storage",
"root": "http://javazone.no/ems/server/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment