Skip to content

Instantly share code, notes, and snippets.

@dulichan
Created October 14, 2013 17:05
Show Gist options
  • Save dulichan/6978770 to your computer and use it in GitHub Desktop.
Save dulichan/6978770 to your computer and use it in GitHub Desktop.
Basic Jaggery.conf
{
"welcomeFiles": ["index.jag"],
"initScripts": ["config/app.js"],
"urlMappings": [
{
"url": "/login",
"path": "/login.jag"
},
{
"url": "/logout",
"path": "/logout.jag"
},
{
"url": "/acs",
"path": "/acs.jag"
},
{
"url": "/*",
"path": "/router.jag"
}
],
"logLevel": "debug"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment