Skip to content

Instantly share code, notes, and snippets.

@kaarenilsen
Created May 21, 2013 12:31
Show Gist options
  • Save kaarenilsen/5619445 to your computer and use it in GitHub Desktop.
Save kaarenilsen/5619445 to your computer and use it in GitHub Desktop.
Uten json
[default]
server.binary = binary
server.mongo = mongodb://localhost:27017/ems
server.root = /server/
crypt.password = changeme
crypt.type = DES
cache.events = 0
cache.sessions = 0
[test]
server.binary = /opt/jb/ems-redux/binary-storage
server.root = http://test.java.no/ems-redux/server/
[prod]
server.binary = /opt/jb/ems-redux/binary-storage
server.root = http://javazone.no/ems/server/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment