File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 33Node, Express, MongoDBで再実装しました。
44ちゃんと動いてない機能も沢山ありますが…
55
6- [ ![ Build Status] ( https://travis-ci.org/masuilab/Gyazz.svg?branch=master )] ( https://travis-ci.org/masuilab/Gyazz )
6+ - [ ![ Build Status] ( https://travis-ci.org/masuilab/Gyazz.svg?branch=master )] ( https://travis-ci.org/masuilab/Gyazz )
7+ - [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.png )] ( https://heroku.com/deploy )
78
89
910# 必要環境
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Node Gyazz" ,
3+ "description" : " Gyazz on Node.js" ,
4+ "website" : " https://github.com/masuilab/gyazz" ,
5+ "success_url" : " /memo/test" ,
6+ "addons" : [
7+ " mongolab" ,
8+ " memcachier"
9+ ],
10+ "env" : {
11+ "NODE_ENV" : " production" ,
12+ "DEBUG" : " gyazz:*" ,
13+ "GYAZZ_URL" : " https://(YOUR_APP_NAME).herokuapp.com" ,
14+ "TZ" : " Asia/Tokyo"
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments