Skip to content

Commit

Permalink
fix(ecotag): app settings production for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Oct 4, 2024
1 parent 72b1ecf commit 2cba2e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
node-version: '18'
- uses: actions/setup-dotnet@v1
- run: |
npm ci
npm run build:local
npm run build:server
- run: dotnet publish ./src/Ecotag/Ecotag.csproj -c Release -r win-x64 --output ./drop/win-x64/ecotag
- name: Download libreOffice and Set Up Azure Configuration
run: |
Expand Down
4 changes: 2 additions & 2 deletions src/Ecotag/appsettings-server.Production.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"SwaggerActive": false,
"Datasets": {
"LibreOfficeExePath": "#{Api:Datasets:LibreOfficeExePath}#",
"LibreOfficeTimeout": #{Api:Datasets:LibreOfficeTimeout}#,
"LibreOfficeNumberWorker": #{Api:Datasets:LibreOfficeNumberWorker}#,
"LibreOfficeTimeout": 30000,
"LibreOfficeNumberWorker": 1,
"IsBlobTransferActive": true
},
"Database": {
Expand Down

0 comments on commit 2cba2e4

Please sign in to comment.