Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save corinna000/e8bc90efc53547be4417f2fef2582d69 to your computer and use it in GitHub Desktop.
Save corinna000/e8bc90efc53547be4417f2fef2582d69 to your computer and use it in GitHub Desktop.
(function () {
angular
.module('app.constants', []);
.constants({
GENERAL_CONFIG: {
API_URL: 'http://192.168.99.100:3000/'
}
});
)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment