aboutsummaryrefslogtreecommitdiff
path: root/config/default.json
blob: 278b07650ab3f828da758d019ed912ae995dacf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "authentication": {
    "secret": "2JtbBy2ycQ1V3kQfPcSgXYmFsB7",
    "service": "users",
    "entity": "user",
    "authStrategies": [
      "jwt",
      "local"
    ],
    "local": {
      "usernameField": "\\username",
      "passwordField": "password"
    }
  }
}