Skip to content

Instantly share code, notes, and snippets.

@andevsoftware
Last active February 27, 2016 18:49
Show Gist options
  • Save andevsoftware/d20d1dc1cc628e95619d to your computer and use it in GitHub Desktop.
Save andevsoftware/d20d1dc1cc628e95619d to your computer and use it in GitHub Desktop.
Config - set method
var config = new TSCore.Config();
config.set('application.repository', 'https://github.com/redound/ts-core.git');
config.get();
//{
// application: {
// repository: "https://github.com/redound/ts-core.git"
// }
//}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment