matrix-user-verification-service icon indicating copy to clipboard operation
matrix-user-verification-service copied to clipboard

[NOT AN ISSUE BUT HELP NEEDED]

Open khareyash05 opened this issue 2 years ago • 0 comments

I am not able to understand the README file completely. I am not able to understand which env variables to be taken and what should be their values. I am attaching the .env file as I understood . Kindly review and guide me

UVS_ACCESS_TOKEN=foobar
UVS_HOMESERVER_URL=https://matrix.org
UVS_LISTEN_ADDRESS=127.0.0.1
UVS_PORT=3000
UVS_LOG_LEVEL=info
UVS_OPENID_VERIFY_ANY_HOMESERVER=false
UVS_DISABLE_IP_BLACKLIST=true
UVS_AUTH_TOKEN=yash
UVS_OPENID_VERIFY_SERVER_NAME=matrix.org

I made this request body

{
  "matrix_server_name": "matrix.org",
  "token": "foobar"
}

khareyash05 avatar Mar 16 '22 10:03 khareyash05