Update README.md

Mention .env.example as a reference for an .env file
This commit is contained in:
DC7IA
2023-08-04 12:43:49 +02:00
committed by GitHub
parent b234aef905
commit c07b92cb18
+1 -1
View File
@@ -66,7 +66,7 @@ You have three options:
You can fix the homeserver, so that the user can no longer define it himself. You can fix the homeserver, so that the user can no longer define it himself.
Either you define it at startup (e.g. `REACT_APP_SERVER=https://yourmatrixserver.example.com yarn start`) Either you define it at startup (e.g. `REACT_APP_SERVER=https://yourmatrixserver.example.com yarn start`)
or by editing it in the [.env](.env) file. See also the or by editing it in the .env file, you can use [.env.example](.env.example) as a reference. See also the
[documentation](https://create-react-app.dev/docs/adding-custom-environment-variables/). [documentation](https://create-react-app.dev/docs/adding-custom-environment-variables/).
#### Steps for 3) #### Steps for 3)