aboutsummaryrefslogtreecommitdiff
path: root/config/default.json
blob: e112f3eb0dac1082da466bef9750482adf2252b6 (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": "name",
      "passwordField": "password"
    }
  }
}