This commit is contained in:
Milos Stojanovic
2019-06-18 14:27:31 +02:00
parent 7f3e111d49
commit f8940c8713
9 changed files with 179 additions and 234 deletions

View File

@@ -1,5 +1,4 @@
### Configuring Auth service to use database
## Configuring Auth service to use database
You can store your users inside mysql database (default is json file).
First, create a table ```users``` with this sql: