[mirotalk] - add trust proxy, update dep and env
This commit is contained in:
+6
-1
@@ -10,6 +10,10 @@ PORT=3000
|
||||
|
||||
HTTPS=false # true or false
|
||||
|
||||
# Trust Proxy
|
||||
|
||||
TRUST_PROXY=false #true or false
|
||||
|
||||
# Time Zone corresponding to timezone identifiers from the IANA Time Zone Database es Europe/Rome default UTC
|
||||
|
||||
TZ=UTC
|
||||
@@ -43,7 +47,8 @@ OIDC_ISSUER_BASE_URL='https://server.example.com'
|
||||
OIDC_BASE_URL='http://localhost:3000' # https://p2p.mirotalk.com
|
||||
OIDC_CLIENT_ID='ClientID'
|
||||
OIDC_CLIENT_SECRET='ClientSecret'
|
||||
OIDC_AUTH_REUIRED=false # set to true if authentication is required for all routes
|
||||
OIDC_AUTH_REQUIRED=false # set to true if authentication is required for all routes
|
||||
OIDC_AUTH_LOGOUT=true # controls automatic logout from both your app and Auth0 when set to true
|
||||
SESSION_SECRET='mirotalk-p2p-oidc-secret'
|
||||
|
||||
# Host protection
|
||||
|
||||
Reference in New Issue
Block a user