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.
1 parent 7a40851 commit 8d35b81Copy full SHA for 8d35b81
utils/icommands/environment_raw.go
@@ -56,7 +56,7 @@ func CreateICommandsEnvironmentFromFile(envPath string) (*ICommandsEnvironment,
56
57
func getDefaultICommandsEnvironment() *ICommandsEnvironment {
58
return &ICommandsEnvironment{
59
- AuthenticationFile: ".irodsA",
+ AuthenticationFile: "",
60
Port: 1247,
61
AuthenticationScheme: "native",
62
ClientServerNegotiation: "", // don't perform negotiation
0 commit comments