mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Rolled back my change - it breaks setting FIREBIRD in environment without "/" in the end
This commit is contained in:
parent
8148d06e8a
commit
0e5e9ffdfb
@ -170,7 +170,7 @@ const Config::ConfigEntry Config::entries[MAX_CONFIG_KEY] =
|
||||
{TYPE_STRING, "AuthClient", (ConfigValue) "Srp, Win_Sspi, Legacy_Auth"},
|
||||
{TYPE_STRING, "UserManager", (ConfigValue) "Srp"},
|
||||
{TYPE_STRING, "TracePlugin", (ConfigValue) "fbtrace"},
|
||||
{TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, // security database name
|
||||
{TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)/security3.fdb"}, // security database name
|
||||
{TYPE_BOOLEAN, "SharedCache", (ConfigValue) true},
|
||||
{TYPE_BOOLEAN, "SharedDatabase", (ConfigValue) false},
|
||||
{TYPE_STRING, "WireCrypt", (ConfigValue) NULL},
|
||||
|
Loading…
Reference in New Issue
Block a user