-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (18 loc) · 874 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (18 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# mflow current OSS release
# No account is required. Room access uses mflow start --room ... --secret ...
# Hosted dashboard auth, GitHub OAuth browser sign-in.
# Keep disabled for self-hosted accountless relays.
MFLOW_REQUIRE_DASHBOARD_AUTH=false
MFLOW_HOSTED_GITHUB_APP_ID=
MFLOW_HOSTED_GITHUB_CLIENT_ID=
MFLOW_HOSTED_GITHUB_CLIENT_SECRET=
MFLOW_HOSTED_GITHUB_CALLBACK_URL=https://your-hosted-domain.example/auth/github/callback
# Required before hosted API key creation is enabled. Use a long random secret.
MFLOW_API_KEY_PEPPER=
# Optional. Defaults to MFLOW_API_KEY_PEPPER or the GitHub client secret.
MFLOW_SESSION_SECRET=
# Future self-hosted auth mode.
# Current self-hosted relay is still room + secret and does not require accounts.
# Allowed values: none, local-email-password
MFLOW_SELF_HOSTED_AUTH_PROVIDER=none
MFLOW_SELF_HOSTED_ALLOW_PASSWORD_SIGNUP=false