From 1b95fa8d9194c96049171ad749bdee0d0a97d26b Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 6 Dec 2021 11:01:21 +0100 Subject: [PATCH] Update conf json x prod LAND --- .gitlab-ci.yml | 2 -- MP.Land/appsettings.Production.json | 27 ++++++++++++++++++--------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb7833ea..542ab049 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,6 @@ variables: .nexusUpload: &nexusUpload - | Set-Alias mCurl C:\Windows\system32\curl.exe - $currentDate = get-date -format yyMM; - $currentTime = get-date -format ddHH; $fileVers = $env:APP_NAME + "\Resources\VersNum.txt" $VersNumb = Get-Content $fileVers echo "Curr Version: $VersNumb" diff --git a/MP.Land/appsettings.Production.json b/MP.Land/appsettings.Production.json index dace0e87..18d68259 100644 --- a/MP.Land/appsettings.Production.json +++ b/MP.Land/appsettings.Production.json @@ -1,12 +1,21 @@ { - "DetailedErrors": true, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "Environment": "Steam PROD", + "BaseUrl": "https://iis02.egalware.com/", + "AllowedHosts": "*", + "QrJumpPath": "MP/TAB/jumper?", + "downloadPath": "C:\\Steamware\\installers\\MP", + "appVers": "stable", + "ConnectionStrings": { + "DefaultConnection": "Server=SQL2016DEV;Database=MoonPro;Trusted_Connection=True;MultipleActiveResultSets=true", + "MP.Land": "Server=SQL2016DEV;Database=MoonPro;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Land;", + "Redis": "localhost:6379,defaultDatabase=1,keepAlive=180,asyncTimeout=5000" } - }, - "Environment": "Steam PROD", - "BaseUrl": "https://iis02.egalware.com/" } \ No newline at end of file