Revert "Remove .env file"

This reverts commit dba53349a2.
This commit is contained in:
Sam Dodrill 2015-01-09 17:28:34 -08:00
parent 94f0e028c7
commit d67c38e4fe
1 changed files with 6 additions and 0 deletions

6
.env Normal file
View File

@ -0,0 +1,6 @@
export BUILDPACK_URL='http://github.com/Xe/heroku-buildpack-lua.git'
export STACK='cedar'
export PATH='/app/bin:/usr/local/bin:/usr/bin:/bin'
export LD_LIBRARY_PATH='/app/packages/lib'
export LUA_CPATH='./?.so;/app/packages/lib/lua/5.1/?.so'
export LUA_PATH='./?.lua;/app/packages/share/lua/5.1/?.lua;/app/packages/share/lua/5.1/?/init.lua'