+ auth conf --> we need to remove that later

This commit is contained in:
Daniel
2019-12-19 16:39:43 +01:00
parent b3abcbcaae
commit 0bbb8e3d3b

View File

@@ -23,7 +23,18 @@
"prefix": "sap/S4HANAOD/c532/BO"
}
}
},
"auth": {
"passport": {
"strategy": "mock",
"users": {
"alice": {
"roles": ["admin"],
"password": "secret",
"ID": "ALICE"
}
}
}
}
}
}