Skip to content

Commit

Permalink
Merge pull request #171 from jihadkhawaja/Fluent-integration
Browse files Browse the repository at this point in the history
Update Deploy-Chat.yml
  • Loading branch information
YoussofKhawaja authored Apr 12, 2024
2 parents f01a94a + a216e8a commit d77ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy-Chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
"DefaultConnection": "Server='${{ secrets.REMOTE_HOST }}';Port=5432;User Id=postgres;Password='${{ secrets.REMOTE_PASSWORD }}';Database=egroo-prod;"
},
"Api": {
"AllowedOrigins": [ "https://egroo.org/", "https://www.egroo.org/" ]
"AllowedOrigins": [ "https://egroo.org/", "https://www.egroo.org/", "https://api.egroo.org/"]
},
"Secrets": {
"Jwt": "${{ secrets.JWT_PROD }}"
Expand Down

0 comments on commit d77ddcb

Please sign in to comment.