Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Software Developer <[email protected]>
  • Loading branch information
dsuhinin committed Oct 1, 2024
1 parent d482ad0 commit ee74e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ pip install -e .mlflow.repo

### Run Go Mlflow server

To start, the mlflow-go dev server connecting to postgres just run next `mage` target:
To start the mlflow-go dev server connecting to postgres just run next `mage` target:

```bash
mage run:dev
```

The postgres database should already be running prior to this command. Be default service uses next connection string:
The postgres database should already be running prior to this command. By default service uses next connection string:

```
postgresql://postgres:postgres@localhost:5432/postgres
```

but it could be configured/overwritten in [mage run:dev](./../magefiles/run.go)
but it could be configured in [mahe](./magefiles/run.go)


### Run tests
Expand Down

0 comments on commit ee74e96

Please sign in to comment.