Warning for self-hosting users
This commit is contained in:
parent
0948e95932
commit
f2ba31d972
1 changed files with 5 additions and 0 deletions
5
env/env.go
vendored
5
env/env.go
vendored
|
@ -8,6 +8,11 @@ import (
|
||||||
"lbryio/lbry-id/auth"
|
"lbryio/lbry-id/auth"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// NOTE for users: If you have weird characters in your email address, please
|
||||||
|
// remember to properly escape it as necessary when putting it in an
|
||||||
|
// environmental variable, lest you run commands you didn't mean to run.
|
||||||
|
//
|
||||||
|
// We'll replace this with a config file later.
|
||||||
const whitelistKey = "ACCOUNT_WHITELIST"
|
const whitelistKey = "ACCOUNT_WHITELIST"
|
||||||
const verificationModeKey = "ACCOUNT_VERIFICATION_MODE"
|
const verificationModeKey = "ACCOUNT_VERIFICATION_MODE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue