Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 526 Bytes

README.md

File metadata and controls

31 lines (29 loc) · 526 Bytes

bfx-facs-auth-google

Example configuration

{
  "a0": {
    "google" : {
      "clientId": "test-client-id",
      "clientSecret": "test-client-secret"
    },
    "ADM_USERS" : [
      {
        "email": "[email protected]",
        "password": "example123",
        "level": 1
      },
      {
        "email": "[email protected]",
        "password": "example123",
        "level": 2
      },
      {
        "email": "[email protected]",
        "password": false,
        "level": 0
      }
    ]
  }
}