fix plugin config
This commit is contained in:
parent
e93f4cf077
commit
aaf5c6b194
|
@ -1,11 +1,11 @@
|
|||
|
||||
## Overview
|
||||
|
||||
Authentication with user table of MySQL database.
|
||||
|
||||
## etc/plugin.config
|
||||
|
||||
```erlang
|
||||
[
|
||||
```
|
||||
{emysql, [
|
||||
{pool, 4},
|
||||
{host, "localhost"},
|
||||
|
@ -24,7 +24,6 @@ Authentication with user table of MySQL database.
|
|||
{password, password}
|
||||
]}
|
||||
]}
|
||||
].
|
||||
```
|
||||
|
||||
## Users Table(Demo)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[
|
||||
{emysql, [
|
||||
{pool, 4},
|
||||
{host, "localhost"},
|
||||
|
@ -15,4 +14,3 @@
|
|||
{password, password, plain}
|
||||
]}
|
||||
]}
|
||||
].
|
||||
|
|
Loading…
Reference in New Issue