heroku-buildpack-uml/bin/read_config

12 lines
131 B
Plaintext
Raw Normal View History

2017-12-10 17:06:11 +00:00
FS_SIZE=512
MEM=1024
if [ "x$APP" == x ]
then export APP=/app
fi
. "$APP/config.sh"
export FS_SIZE="$FS_SIZE"
export MEM="$MEM"