Files
server/AppHost/appsettings.Development.json

77 lines
1.5 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"SelfHost": false,
"ClientsPath": "../../clients/apps",
"WorkingDirectory": "../dev",
"Services": {
"admin": {
"BasePort": 62911
},
"api": {
"BasePort": 4000
},
"billing": {
"BasePort": 44519
},
"events": {
"BasePort": 46273
},
"eventsProcessor": {
"BasePort": 54103
},
"icons": {
"BasePort": 50024
},
"identity": {
"BasePort": 33656
},
"notifications": {
"BasePort": 61840
},
"scim": {
"BasePort": 44559
},
"sso": {
"BasePort": 51822
}
},
"AdditionalProjects": {},
"Database": {
"Type": "MsSql",
"Image": "mssql/server:2022-latest",
"Port": 1433,
"Password": "",
"SelfHostPassword": ""
},
"Scripts": {
"DbMigration": "migrate.ps1",
"AzuriteSetup": "setup_azurite.ps1",
"SecretsSetup": "setup_secrets.ps1"
},
"NgrokAuthToken": "",
"MailCatcher": {
"Image": "sj26/mailcatcher:latest",
"SmtpPort": 10250,
"WebPort": 1080
},
"Redis": {
"Image": "redis:alpine",
"Port": 6379
},
"Idp": {
"Image": "kenchan0130/simplesamlphp:1.19.8",
"Port": 8090,
"SpEntityId": "http://localhost:51822/saml2/yourOrgIdHere",
"SpAcsUrl": "http://localhost:51822/saml2/yourOrgIdHere/Acs"
},
"WebFrontend": {
"Port": 8080,
"Url": "https://bitwarden.test:8080"
}
}