diff --git a/apiserver/.env.example b/apiserver/.env.example index d77112ee6ae..8772dfd531c 100644 --- a/apiserver/.env.example +++ b/apiserver/.env.example @@ -59,3 +59,6 @@ DEFAULT_PASSWORD="password123" # SignUps ENABLE_SIGNUP="1" + +# Email redirections and minio domain settings +WEB_URL="http://localhost"