Browse Source

Use .db extension for SQLite configuration example (#5313)

pull/5316/head
Matt Bishop 1 year ago committed by GitHub
parent
commit
8f8a599c07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      dev/secrets.json.example

2
dev/secrets.json.example

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
"connectionString": "server=localhost;uid=root;pwd=SET_A_PASSWORD_HERE_123;database=vault_dev"
},
"sqlite": {
"connectionString": "Data Source=/path/to/bitwardenServer/repository/server/dev/db/bitwarden.sqlite"
"connectionString": "Data Source=/path/to/bitwardenServer/repository/server/dev/db/bitwarden.db"
},
"identityServer": {
"certificateThumbprint": "<your Identity certificate thumbprint with no spaces>"

Loading…
Cancel
Save