You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ patchlevel_event_sourcing:
53
53
Finally we have to fill the ENV variable with a connection url.
54
54
55
55
```dotenv
56
-
EVENTSTORE_URL: mysql://user:secret@localhost/app
56
+
EVENTSTORE_URL=mysql://user:secret@localhost/app
57
57
```
58
58
59
59
> :book: You can find out more about what a connection url looks like [here](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url).
0 commit comments