Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Mar 19, 2015
1 parent 3c7d28e commit 5a8c96c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Mydit: MySQL to MongoDB Replicator

Packaged directory looks like this:
[Packaged directory](https://github.com/ngocdaothanh/mydit/releases)
looks like this:

```
config/
Expand Down Expand Up @@ -60,7 +61,7 @@ Don't forget to set `server-id`, otherwise slaves cannot connect.
* When you change MySQL database schema, you need to do apply the change at
MongoDB side yourself.

### Config
## Config

To config MySQL and MongoDB, see `config/application.conf`.

Expand All @@ -75,7 +76,7 @@ password = "${MYSQL_PASSWORD}"

To config JVM memory, see `script/start` and `script/start.bat`.

### Log
## Log

When the program runs, log will be output to `log/mydit.log`. The log is
rotated daily by default. See `config/logback.xml`.

0 comments on commit 5a8c96c

Please sign in to comment.