We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3435e9 commit 71ff14cCopy full SHA for 71ff14c
development.mdx
@@ -28,7 +28,7 @@ icon: "code"
28
29
<Step title="🛠️ Copy and update the environment file">
30
```bash
31
- cp .env.template .env
+ cp env.template .env
32
```
33
34
👉 Edit the `.env` file to set secrets, passwords, and the public URLs of the Frontend and Connector services.
0 commit comments