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:
parent
01e916f59c
commit
d949a7fe82
|
|
@ -0,0 +1,3 @@
|
||||||
|
USER=null
|
||||||
|
TWILIO_ACCOUNT_SID=null
|
||||||
|
TWILIO_AUTH_TOKEN=null
|
||||||
Loading…
Reference in New Issue