api: Extract database common code into its own library (fiber-orm).

This commit is contained in:
2020-02-09 00:31:40 -06:00
parent c5daa76102
commit ead77534ce
5 changed files with 21 additions and 452 deletions

3
web/.env.development Normal file
View File

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