Admin user
This commit is contained in:
@@ -51,13 +51,16 @@ let
|
||||
};
|
||||
|
||||
requireSession = "\${REQUIRE_SESSION:false}";
|
||||
|
||||
editOnly = "\${EDIT_ONLY:false}";
|
||||
minify = "\${MINIFY:true}";
|
||||
requireAuthentication = "\${REQUIRE_AUTHENTICATION:true}";
|
||||
requireAuthentication = "\${REQUIRE_AUTHENTICATION:false}";
|
||||
requireAuthorization = "\${REQUIRE_AUTHORIZATION:false}";
|
||||
trustProxy = "\${TRUST_PROXY:true}";
|
||||
ep_headerauth.username_header = "X-authentik-username";
|
||||
users.admin = {
|
||||
password = "\${ADMIN_PASSWORD:null}";
|
||||
is_admin = true;
|
||||
};
|
||||
socketTransportProtocols = ["websocket" "polling"];
|
||||
socketIo.maxHttpBufferSize = "\${SOCKETIO_MAX_HTTP_BUFFER_SIZE:1000000}";
|
||||
indentationOnNewLine = true;
|
||||
|
||||
Reference in New Issue
Block a user