Add default.env file
This commit is contained in:
parent
a99f63898f
commit
0e377e1746
1 changed files with 5 additions and 0 deletions
5
default.env
Normal file
5
default.env
Normal 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
|
Loading…
Reference in a new issue