We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7152f4 + 03509b7 commit 2f999f6Copy full SHA for 2f999f6
config/prod.env
@@ -125,6 +125,17 @@ SITE_URL=http://localhost
125
ACCESS_TOKEN_LIFETIME=10 # The lifetime duration of the access token, in minutes
126
REFRESH_TOKEN_LIFETIME=24 # The lifetime duration of the refresh token, in hours
127
128
+#
129
+# Auth Proxy Authentication
130
131
+# Please read the documentation before enabling this feature:
132
+# https://wger.readthedocs.io/en/latest/administration/auth_proxy.html
133
+AUTH_PROXY_HEADER=''
134
+AUTH_PROXY_TRUSTED_IPS=''
135
+AUTH_PROXY_CREATE_UNKNOWN_USER=False
136
+AUTH_PROXY_USER_EMAIL_HEADER=''
137
+AUTH_PROXY_USER_NAME_HEADER=''
138
+
139
#
140
# Other possible settings
141
0 commit comments