1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

org user invite emails

This commit is contained in:
Kyle Spearrin
2017-03-23 16:56:25 -04:00
parent 4eac3694a3
commit 072fb727a8
7 changed files with 15 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{
"globalSettings": {
"baseVaultUri": "https://vault.bitwarden.com"
}
"globalSettings": {
"baseVaultUri": "https://vault.bitwarden.com/#"
}
}

View File

@ -1,5 +1,5 @@
{
"globalSettings": {
"baseVaultUri": "https://vault.bitwarden.com"
}
"globalSettings": {
"baseVaultUri": "https://vault.bitwarden.com/#"
}
}

View File

@ -1,7 +1,7 @@
{
"globalSettings": {
"siteName": "bitwarden",
"baseVaultUri": "http://localhost:4001",
"baseVaultUri": "http://localhost:4001/#",
"jwtSigningKey": "THIS IS A SECRET. IT KEEPS YOUR TOKEN SAFE. :)",
"sqlServer": {
"connectionString": "SECRET"