Skip to content

Commit

Permalink
Update environmentSettings.json
Browse files Browse the repository at this point in the history
Better defaults were added
  • Loading branch information
atruskie committed Dec 15, 2014
1 parent 3818243 commit 150008c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildConfig/environmentSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"staging": {
"apiRoot": "http://staging.EXAMPLE.org",
"siteRoot": "http://staging.EXAMPLE.org/public/angular_files",
"siteDir": "/public/angular_files/",
"siteRoot": "http://staging.EXAMPLE.org/system/listen_to",
"siteDir": "/system/listen_to/",
"ga": {
"trackingId": "<<PLACEHOLDER>>"
}
},
"production": {
"apiRoot": "http://production.EXAMPLE.org",
"siteRoot": "http://production.EXAMPLE.org/public/angular_files",
"siteDir": "/public/angular_files/",
"siteRoot": "http://production.EXAMPLE.org/system/listen_to",
"siteDir": "/system/listen_to/",
"ga": {
"trackingId": "<<PLACEHOLDER>>"
}
}
}
}

0 comments on commit 150008c

Please sign in to comment.