fix: Server does not start via CLI when auth option is set (#8669)

This commit is contained in:
Daniel
2023-06-30 05:59:08 +10:00
committed by GitHub
parent e6374e791d
commit 601da1ee3c
5 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
{
"appName": "test",
"appId": "test",
"masterKey": "test",
"logLevel": "error",
"auth": {
"facebook": {
"appIds": "test"
}
}
}