mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-11 17:03:33 -04:00
19 lines
505 B
JSON
19 lines
505 B
JSON
{
|
|
"profiles": {
|
|
"AliasVault.SmtpService": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development",
|
|
"PRIVATE_EMAIL_DOMAINS": "example.tld,example2.tld,disabled.tld",
|
|
"SMTP_TLS_ENABLED": "false",
|
|
"SMTP_CERTIFICATES_PATH": "Certificates"
|
|
},
|
|
"dotnetRunMessages": true
|
|
},
|
|
"Container (Dockerfile)": {
|
|
"commandName": "Docker"
|
|
}
|
|
},
|
|
"$schema": "http://json.schemastore.org/launchsettings.json"
|
|
}
|