use dotenv global file for easier parameter autoloading

Signed-off-by: Victor Gonzalez <victor@vgr.cl>
This commit is contained in:
Victor Gonzalez 2020-10-06 10:25:16 -03:00
parent 2728560759
commit 24308a1788
1 changed files with 6 additions and 0 deletions

6
.env Normal file
View File

@ -0,0 +1,6 @@
ADMIN_USER_EMAIL={replace-me}
ADMIN_USER_NAME={replace-me}
ADMIN_USER_PWD={replace-me}
BASE_URL={replace-me}
PORT=80
SECRET_KEY_BASE={replace-me}