This commit is contained in:
Milos Stojanovic
2019-06-19 14:30:54 +02:00
parent b3400d7577
commit dc73a18bbc
8 changed files with 166 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ Default handler accepts only file name parameter. This file should be writable b
```
## Configuring Auth service to use database
You can also use mysql database to store your users.
You can use mysql database to store your users.
First, create a table ```users``` with this sql query:
```