Skip to content

Commit

Permalink
Removes Configuration section from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerojas26 committed Jan 9, 2024
1 parent 26479ad commit 1ade976
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,34 +135,6 @@ $ lazysql
| --- | ----------------- |
| L | Focus table panel |

## Configuration

The location of the file depends on your OS:

- MacOS: `$HOME/.config/lazysql/config.toml`
- Linux: `$HOME/.config/lazysql/config.toml`
- Windows: `%APPDATA%/lazysql/config.toml`

The following is a sample `config.toml` file:

```toml
[[database]]
Name = 'Localhost'
Provider = 'mysql'
User = 'root'
Password = 'password'
Host = 'localhost'
Port = '3306'

[[database]]
Name = 'Localhost'
Provider = 'mysql'
User = 'root'
Password = 'password'
Host = 'localhost'
Port = '3306'
```

<!-- ROADMAP -->

## Roadmap
Expand Down

0 comments on commit 1ade976

Please sign in to comment.