Skip to content

Commit

Permalink
Rename SPARK_ENV to NODE_ENV to make it more framework agnostic.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Oct 1, 2010
1 parent b4ca120 commit bf7aac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spark
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var useColors = true;
*/

var env = process.sparkEnv = {
name: process.env.SPARK_ENV || 'development',
name: process.env.NODE_ENV || 'development',
port: 3000,
host: null
};
Expand Down

0 comments on commit bf7aac8

Please sign in to comment.