chore: create example.env file in frontend
This commit is contained in:
parent
0172003993
commit
c65509b53f
1 changed files with 3 additions and 0 deletions
3
frontend/.env.example
Normal file
3
frontend/.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
PUBLIC_API_BASE_URL=http://localhost:8000
|
||||||
|
PRIVATE_JWT_SECRET=changeme
|
||||||
|
PRIVATE_DEEPL_API_KEY=changeme
|
||||||
Loading…
Reference in a new issue