Skip to content

Instantly share code, notes, and snippets.

@nnance
Last active January 2, 2016 17:09
Show Gist options
  • Save nnance/8335211 to your computer and use it in GitHub Desktop.
Save nnance/8335211 to your computer and use it in GitHub Desktop.
Application settings example
define([], function () {
'use strict';
var AppSettings = {
baseUrl: "http://myapp.appspot.com",
modelType: "common/models/jsonp/event"
};
return AppSettings;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment