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.
This commit is contained in:
Michael Brooks 2016-09-02 16:59:19 +01:00 committed by GitHub
parent 01e916f59c
commit d949a7fe82

3
php/.env.example Normal file
View File

@ -0,0 +1,3 @@
USER=null
TWILIO_ACCOUNT_SID=null
TWILIO_AUTH_TOKEN=null