2021-10-13 19:30:03 +02:00
|
|
|
{
|
|
|
|
"adminSettings": {
|
2023-05-24 22:26:29 +02:00
|
|
|
"admins": "admin@localhost,owner@localhost,cs@localhost,billing@localhost,sales@localhost",
|
|
|
|
"role": {
|
|
|
|
"owner": "owner@localhost",
|
|
|
|
"admin": "admin@localhost",
|
|
|
|
"cs": "cs@localhost",
|
|
|
|
"billing": "billing@localhost",
|
|
|
|
"sales": "sales@localhost"
|
|
|
|
}
|
2021-10-13 19:30:03 +02:00
|
|
|
},
|
|
|
|
"globalSettings": {
|
|
|
|
"selfHosted": true,
|
|
|
|
"sqlServer": {
|
2023-01-10 23:13:33 +01:00
|
|
|
"connectionString": "Server=localhost;Database=vault_dev;User Id=SA;Password=SET_A_PASSWORD_HERE_123;Encrypt=True;TrustServerCertificate=True"
|
2021-10-13 19:30:03 +02:00
|
|
|
},
|
2022-01-12 14:17:30 +01:00
|
|
|
"postgreSql": {
|
2023-07-04 04:47:12 +02:00
|
|
|
"connectionString": "Host=localhost;Username=postgres;Password=SET_A_PASSWORD_HERE_123;Database=vault_dev;Include Error Detail=true"
|
2022-01-12 14:17:30 +01:00
|
|
|
},
|
|
|
|
"mySql": {
|
|
|
|
"connectionString": "server=localhost;uid=root;pwd=SET_A_PASSWORD_HERE_123;database=vault_dev"
|
|
|
|
},
|
2022-12-14 15:28:51 +01:00
|
|
|
"sqlite": {
|
|
|
|
"connectionString": "Data Source=/path/to/bitwardenServer/repository/server/dev/db/bitwarden.sqlite"
|
|
|
|
},
|
2021-10-13 19:30:03 +02:00
|
|
|
"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>"
|
|
|
|
},
|
2023-05-17 12:14:36 +02:00
|
|
|
"licenseDirectory": "<full path to license directory>"
|
2021-10-13 19:30:03 +02:00
|
|
|
}
|
|
|
|
}
|