Skip to content

Commit

Permalink
use placeholder value
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery committed Aug 7, 2016
1 parent fa9b0ad commit 3dd6ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports.systemEmail = 'jrandom@example.com';
exports.signupEnabled = false;

// Configure Geocoding API API key
exports.googleMapsApiKey = 'AIzaSyB9r-02V9oy8iluVuLweHx6IFi_VuUMXVg';
exports.googleMapsApiKey = 'YOUR_API_KEY_HERE';

// Make up your own key here. More background:
//
Expand Down

0 comments on commit 3dd6ca0

Please sign in to comment.