mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-25 06:35:32 +00:00
docs(frontend): fix env file example name
This commit is contained in:
committed by
kolaente
parent
488b15c128
commit
06e049927f
@@ -25,7 +25,7 @@ You can develop the web front end against any accessible backend, including the
|
|||||||
|
|
||||||
In order to do so, you need to set the `DEV_PROXY` env variable. The recommended way to do so is to:
|
In order to do so, you need to set the `DEV_PROXY` env variable. The recommended way to do so is to:
|
||||||
|
|
||||||
- Copy `.env.local.exemple` as `.env.local`
|
- Copy `.env.local.example` as `.env.local`
|
||||||
- Uncomment the `DEV_PROXY` line
|
- Uncomment the `DEV_PROXY` line
|
||||||
- Set the backend url you want to use
|
- Set the backend url you want to use
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user