8000 updated: example · markandrewj/angular-examples@c9fcc40 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9fcc40

Browse files
committed
updated: example
1 parent 8a63403 commit c9fcc40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

heroku/config-release

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// IMPORTANT FOR HEROKU
2+
default-ip : auto
3+
default-port : auto
4+
default-image-converter : im

heroku/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ var framework = require('total.js');
22
var http = require('http');
33

44
// Debug mode = false
5-
framework.run(http, false, parseInt(process.env.PORT || 5000), 'heroku');
5+
framework.run(http, false);

0 commit comments

Comments
 (0)
0