Skip to content

Commit

Permalink
Fixed documentation to talk about unsetting
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Seyfer committed Dec 6, 2012
1 parent ad45a08 commit 16fff9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/meteor/meteor.js
Expand Up @@ -562,7 +562,8 @@ Commands.push({
"The --settings flag can be used to pass deploy-specific information to\n" +
"the application. It will be available at runtime in Meteor.settings, but only\n" +
"on the server. The argument is the name of a file containing the JSON data\n" +
"to use." +
"to use. The settings will persist across deployments until you again specify\n" +
"a settings file. To unset Meteor.settings, pass an empty settings file." +
"\n" +
"The --delete flag permanently removes a deployed application, including\n" +
"all of its stored data.\n" +
Expand Down
3 changes: 2 additions & 1 deletion docs/client/commandline.html
Expand Up @@ -99,7 +99,8 @@ <h3 id="meteordeploy">meteor deploy <i>site</i></h3>

The settings you pass will persist on your deployed application across
invocations of `meteor deploy` until you again pass the `--settings` option with
different contents in your settings file.
different contents in your settings file. To unset `Meteor.settings`, pass an
empty settings file.

<h3 id="meteorlogs">meteor logs <i>site</i></h3>

Expand Down

0 comments on commit 16fff9e

Please sign in to comment.