Skip to content

Commit

Permalink
change default theme to 'one'
Browse files Browse the repository at this point in the history
  • Loading branch information
willerce committed May 7, 2013
1 parent 485f954 commit bb74ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var config = {
auth_cookie_name: process.env.AUTH_COOKIE_NAME || 'nd_secret',//cookie 名字
spam_cookie_name: process.env.SPAM_COOKIE_NAME || 'nd_spam',//防spam cookie的名字
port: process.env.PORT || 3000,//端口号
theme: process.env.THEME || 'mozilla'//主题名称
theme: process.env.THEME || 'one'//主题名称
};

config.akismet_options = {
Expand Down

0 comments on commit bb74ea3

Please sign in to comment.