From 7fb00658cf2f24c5c40250e77fd0b62a122b2a39 Mon Sep 17 00:00:00 2001 From: Geraint Dong Date: Wed, 18 Oct 2017 10:18:23 +0700 Subject: [PATCH] Add support for pgclient to workspace & php-fpm + Update sample .env file --- env-example | 1 + 1 file changed, 1 insertion(+) diff --git a/env-example b/env-example index f8609699..d2c819e6 100644 --- a/env-example +++ b/env-example @@ -58,6 +58,7 @@ WORKSPACE_NODE_VERSION=stable WORKSPACE_YARN_VERSION=latest WORKSPACE_TIMEZONE=UTC WORKSPACE_SSH_PORT=2222 +WORKSPACE_PG_CLIENT=true ### PHP_FPM ############################################################################################################