You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
577 B
23 lines
577 B
{ |
|
"strategy": "local", |
|
"strategySettings":{ |
|
"users": { |
|
"admin": { |
|
"hash": "098039dd5e84e486f83eadefc31ce038ccc90d6d62323528181049371c9460b4", |
|
"salt": "salt", |
|
"displayName": "Admin", |
|
"email": "marco.lettere@nubisware.com", |
|
"roles": [ "admin", "viewer" ] |
|
} |
|
} |
|
}, |
|
"audit": true, |
|
"acl": [ |
|
"POST /(.*) admin", |
|
"PUT /(.*) admin", |
|
"DELETE /(.*) admin", |
|
"GET /api/(.*) viewer", |
|
"GET /(.*) *" |
|
] |
|
} |
|
|
|
|