Skip to content

Commit

Permalink
procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksvedang committed Aug 1, 2015
1 parent 5261601 commit 37d899e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: cabal run -- -p $PORT
web: cabal run
5 changes: 4 additions & 1 deletion setenv.sh 100644 → 100755
@@ -1,2 +1,5 @@
export PORT=8080
# Run
# source ./setenv
export PORT="8080"
export DATABASE_URL="dbname=splicers user=erik"
export BLAH="hej"

0 comments on commit 37d899e

Please sign in to comment.