Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eyad Hasan
weather
Commits
9b53dbf2
Commit
9b53dbf2
authored
Mar 23, 2016
by
Zach
Browse files
secrets.js template
parent
2d6aa14a
Changes
1
Hide whitespace changes
Inline
Side-by-side
weather/server/lib/secrets.js.template
0 → 100644
View file @
9b53dbf2
//Template file for secrets.js
//Duplicate this file and name it 'secrets.js'
//Replace 'YOUR_API_KEY_HERE' with your Forcast.io API key
//You can get an API key at https://developer.forecast.io
Meteor.startup(function () {
process.env.API_KEY = 'YOUR_API_KEY_HERE';
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment