Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Oct 19, 2023
1 parent e506f4b commit 4da25b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Expand Up @@ -6,3 +6,7 @@ example
Dockerfile
Makefile
bin
README.md
LICENSE
buf.*
proto-src
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,20 @@ Usage of ps-http-sim:

There is an example Node configuration in the `example/` folder.

A sample `mysqld` docker container can be run by doing:

```
$ make run-mysql
```

If you'd prefer not to run a binary directly, a docker container can be built with:

```
$ make docker
```

I'm not good at docker, so if this is bad or any suggestions, I'm open to anything.

## Authentication

The authentication you configure in your database-js application, is passed along as-is to your local MySQL database. So you'd want to match up the authentication to match what you'd with a normal MySQL client.
Expand Down

0 comments on commit 4da25b1

Please sign in to comment.