1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Split dev env settings to development settings file (#1424)

* Move dev urls to appsettings.Development.json

* Move bitwarden license dev urls
This commit is contained in:
Matt Gibson
2021-07-01 12:11:02 -04:00
committed by GitHub
parent 0cf0748086
commit 30ea8b728d
8 changed files with 55 additions and 38 deletions

View File

@ -15,6 +15,10 @@
"internalVault": "http://localhost:4001",
"internalSso": "http://localhost:51822",
"internalPortal": "http://localhost:52313"
},
"send": {
"connectionString": "SECRET",
"baseUrl": "http://localhost:4000/sendfiles/"
}
}
}

View File

@ -42,8 +42,7 @@
"region": "SECRET"
},
"send": {
"connectionString": "SECRET",
"baseUrl": "http://localhost:4000/sendfiles/"
"connectionString": "SECRET"
}
},
"adminSettings": {