mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
23 lines
655 B
Plaintext
23 lines
655 B
Plaintext
|
{
|
||
|
"adminSettings": {
|
||
|
"admins": "admin@localhost"
|
||
|
},
|
||
|
"globalSettings": {
|
||
|
"selfHosted": true,
|
||
|
"sqlServer": {
|
||
|
"connectionString": "Server=localhost;Database=vault_dev;User Id=SA;Password=SET_A_PASSWORD_HERE_123;"
|
||
|
},
|
||
|
"identityServer": {
|
||
|
"certificateThumbprint": "<your Identity certificate thumbprint with no spaces>"
|
||
|
},
|
||
|
"dataProtection": {
|
||
|
"certificateThumbprint": "<your Data Protection certificate thumbprint with no spaces>"
|
||
|
},
|
||
|
"installation": {
|
||
|
"id": "<your Installation Id>",
|
||
|
"key": "<your Installation Key>"
|
||
|
},
|
||
|
"licenseDirectory": "<full path to licence directory>"
|
||
|
}
|
||
|
}
|