From 4f416da26b103331d96bcb6136355c29ab155e7d Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Tue, 21 Mar 2017 10:01:37 -0400 Subject: [PATCH] add missing env variable `APPLICATION` closes #703 --- env-example | 1 + 1 file changed, 1 insertion(+) diff --git a/env-example b/env-example index 35ce745f..50e45fb9 100644 --- a/env-example +++ b/env-example @@ -1,5 +1,6 @@ ### Application # Point to your application code, wish should be available at `/var/www` +APPLICATION=../ ### PHP version (Does not apply for HHVM) # PHP_VERSION=55