mirror of
https://github.com/bitwarden/server.git
synced 2025-02-23 03:01:23 +01:00
Add default log parameters (#807)
* Add default log parameters * Case typo
This commit is contained in:
parent
a37706eba1
commit
62b3c305c3
@ -95,6 +95,8 @@ namespace Bit.Setup
|
|||||||
["globalSettings__attachment__baseUrl"] = $"{_context.Config.Url}/attachments",
|
["globalSettings__attachment__baseUrl"] = $"{_context.Config.Url}/attachments",
|
||||||
["globalSettings__dataProtection__directory"] = $"{_context.OutputDir}/core/aspnet-dataprotection",
|
["globalSettings__dataProtection__directory"] = $"{_context.OutputDir}/core/aspnet-dataprotection",
|
||||||
["globalSettings__logDirectory"] = $"{_context.OutputDir}/logs",
|
["globalSettings__logDirectory"] = $"{_context.OutputDir}/logs",
|
||||||
|
["globalSettings__logRollBySizeLimit"] = string.Empty,
|
||||||
|
["globalSettings__syslog__destination"] = string.Empty,
|
||||||
["globalSettings__licenseDirectory"] = $"{_context.OutputDir}/core/licenses",
|
["globalSettings__licenseDirectory"] = $"{_context.OutputDir}/core/licenses",
|
||||||
["globalSettings__internalIdentityKey"] = _context.Stub ? "RANDOM_IDENTITY_KEY" :
|
["globalSettings__internalIdentityKey"] = _context.Stub ? "RANDOM_IDENTITY_KEY" :
|
||||||
Helpers.SecureRandomString(64, alpha: true, numeric: true),
|
Helpers.SecureRandomString(64, alpha: true, numeric: true),
|
||||||
|
Loading…
Reference in New Issue
Block a user