Env samples

This commit is contained in:
2021-07-07 08:55:49 -04:00
parent f4a8db56ff
commit 8c870cb43f
4 changed files with 12 additions and 2 deletions

4
.common.env.sample Normal file
View File

@ -0,0 +1,4 @@
DEBUG=true
DB_HOST="db"
ENV='dev'
API_URL='http://localhost:8081'