Skip to content

Instantly share code, notes, and snippets.

@ooskapenaar
Last active December 20, 2015 06:49
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 ooskapenaar/6089171 to your computer and use it in GitHub Desktop.
Save ooskapenaar/6089171 to your computer and use it in GitHub Desktop.
Alternative application.json for mojito issue #1206.
[
{
"settings": [ "master" ],
"specs": {
"frame": {
"type": "HTMLFrameMojit",
"config": {
"deploy": true,
"child": {
"type": "PagerMojit",
"config": {
"secret1": "this is a secret",
"secret2": "this is a secret too",
"secret3": "leaking secret"
}
}
}
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment