{
  "session_file": "session_store.db",
  "token_file": "token_store.db",
  "credential_file": "credential_store.db",
  "initial_credentials": [
    {
      "username": "admin",
      "password": "pass"
    }
  ],
  "initial_sessions": [
    {
      "name": "pwsh",
      "cmd": "pwsh",
      "args": [
        "-noProfile"
      ],
      "dir": "C:\\Users\\Public"
    }
  ],
  "servers": [
    {
      "port": "28080",
      "protocol": "http"
    }
  ]
}