Skip to content

Instantly share code, notes, and snippets.

@treeder
Last active August 29, 2015 14:17
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 treeder/a7aeb003563e7b2b0e5e to your computer and use it in GitHub Desktop.
Save treeder/a7aeb003563e7b2b0e5e to your computer and use it in GitHub Desktop.
IronMQ Single Tenant Config
{
"api": {
"http_port": 8080
},
"aes_key": "C0AECA893AEAE6CBFDF19F3B3EE044D4",
"data": {
"dir": "../data",
"cache_size": 128
},
"logging": {
"level": "info"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment