web: Move the .env.prod to .env.production (where it belongs).

This commit is contained in:
2019-05-19 01:25:57 -05:00
parent 9af4af6c5d
commit e33ba9707c

3
web/.env.production Normal file
View File

@ -0,0 +1,3 @@
VUE_APP_PM_API_BASE=https://personal-measure.jdb-labs.com/api
VUE_APP_LOG_LEVEL=INFO
VUE_APP_API_LOG_LEVEL=ERROR