mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-05 20:03:28 -05:00
18 lines
454 B
JSON
18 lines
454 B
JSON
{
|
|
"profiles": {
|
|
"AliasVault.TaskRunner": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development",
|
|
"PRIVATE_EMAIL_DOMAINS": "example.tld,example2.tld,disabled.tld",
|
|
"SMTP_TLS_ENABLED": "false"
|
|
},
|
|
"dotnetRunMessages": true
|
|
},
|
|
"Container (Dockerfile)": {
|
|
"commandName": "Docker"
|
|
}
|
|
},
|
|
"$schema": "http://json.schemastore.org/launchsettings.json"
|
|
}
|