mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 10:23:10 +08:00
chore(billing): update secrets.json example
This commit is contained in:
@@ -11,8 +11,24 @@
|
||||
},
|
||||
"globalSettings": {
|
||||
"selfHosted": true,
|
||||
"launchDarkly": {
|
||||
"flagValues": {
|
||||
}
|
||||
},
|
||||
"pricingUri": "<your pricing service uri>",
|
||||
"baseServiceUri": {
|
||||
"cloudRegion": "<cloud region for webhooks>",
|
||||
"vault": "<vault service uri>",
|
||||
"api": "<api service uri>",
|
||||
"identity": "<api service uri>",
|
||||
"admin": "<admin service uri>",
|
||||
"notifications": "<notifications service uri>",
|
||||
"sso": "<sso service uri>",
|
||||
"billing": "<billing service uri>"
|
||||
},
|
||||
"sqlServer": {
|
||||
"connectionString": "Server=localhost;Database=vault_dev;User Id=SA;Password=SET_A_PASSWORD_HERE_123;Encrypt=True;TrustServerCertificate=True"
|
||||
"connectionString": "Server=localhost;Database=vault_dev;User Id=SA;Password=SET_A_PASSWORD_HERE_123;Encrypt=True;TrustServerCertificate=True",
|
||||
"password": <password for SA account>
|
||||
},
|
||||
"postgreSql": {
|
||||
"connectionString": "Host=localhost;Username=postgres;Password=SET_A_PASSWORD_HERE_123;Database=vault_dev;Include Error Detail=true"
|
||||
@@ -40,5 +56,15 @@
|
||||
"licenseDirectory": "<full path to license directory>",
|
||||
"enableNewDeviceVerification": true,
|
||||
"enableEmailVerification": true
|
||||
}
|
||||
},
|
||||
"ngrokAuthToken": "",
|
||||
"workingDirectory": "../dev",
|
||||
"clientsRelativePath": "<relative path to the client project>",
|
||||
"pricingServiceSecretsPath": "<relative path to the secrets file for the pricing service>",
|
||||
"pricingServiceRelativePath": "<relative path to the pricing service project>",
|
||||
"scripts": {
|
||||
"dbMigration": "migrate.ps1",
|
||||
"azuriteSetup": "setup_azurite.ps1",
|
||||
"secretsSetup": "setup_secrets.ps1"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user