Add default.env file

This commit is contained in:
Dana Lambert 2021-11-10 17:20:55 +13:00
parent a99f63898f
commit 0e377e1746

5
default.env Normal file
View file

@ -0,0 +1,5 @@
LINZ_API_KEY=YOUR_API_KEY
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
FRONTEND_BASE_URL=http://localhost:3000