From d949a7fe8295d294d9dd12440331ca1b96b45dcc Mon Sep 17 00:00:00 2001 From: Michael Brooks Date: Fri, 2 Sep 2016 16:59:19 +0100 Subject: [PATCH] Create .env.example Created a .env.example to show PHP devs how it should look, the idea is that they rename this to .env and then all environment variables added in will work. --- php/.env.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 php/.env.example diff --git a/php/.env.example b/php/.env.example new file mode 100644 index 0000000..4ad4fc8 --- /dev/null +++ b/php/.env.example @@ -0,0 +1,3 @@ +USER=null +TWILIO_ACCOUNT_SID=null +TWILIO_AUTH_TOKEN=null