v20180203.1

This commit is contained in:
Steven Hildreth 2019-02-04 21:53:31 -06:00
parent 63683a69c9
commit abe504eaf1
2 changed files with 2 additions and 1 deletions

View file

@ -397,6 +397,7 @@ namespace Roadie.Api.Services
var now = DateTime.UtcNow;
var originalArtistFolder = artist.ArtistFileFolder(this.Configuration, this.Configuration.LibraryFolder);
artist.AlternateNames = model.AlternateNamesList.ToDelimitedList();
artist.ArtistType = model.ArtistType;
artist.AmgId = model.AmgId;
artist.BeginDate = model.BeginDate;
artist.BioContext = model.BioContext;

View file

@ -3,7 +3,7 @@
"Roadie.Api": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
},
"applicationUrl": "http://localhost:5123/"
}