Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
aselbie committed Oct 14, 2015
1 parent c855167 commit 054d51a
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 393 deletions.
224 changes: 7 additions & 217 deletions dist/example.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/example.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
angular.module("app.constants", [])

.constant("API_URL", "https://api.topcoder.com")
.constant("API_URL", "https://api.topcoder-dev.com")

.constant("AVATAR_URL", "https://www.topcoder.com")

.constant("SUBMISSION_URL", "https://studio.topcoder.com")

.constant("AUTH0_CLIENT_ID", "abc123")
.constant("AUTH0_CLIENT_ID", "JFDo7HMkf0q2CkVFHojy3zHWafziprhT")

.constant("AUTH0_DOMAIN", "topcoder.auth0.com")
.constant("AUTH0_DOMAIN", "topcoder-dev.auth0.com")

.constant("AUTH0_TOKEN_NAME", "userJWTToken")

Expand Down
Loading

0 comments on commit 054d51a

Please sign in to comment.