Skip to content

Commit

Permalink
Merge pull request #96 from dotnetcameroon/develop
Browse files Browse the repository at this point in the history
fix: sqlite connection string in production
  • Loading branch information
djoufson authored Jan 3, 2025
2 parents 88d9c7c + 4d6a5f5 commit 9a2f2b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main_dotnetcameroon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
env:
ConnectionStrings.SqlServer: ${{ secrets.AZURE_SQLSERVER_WEBSITE_DATABASE }}
ConnectionStrings.Npgsql: ${{ secrets.AZURE_POSTGRES_WEBSITE_DATABASE }}
ConnectionStrings.Sqlite: ${{ secrets.SQLITE_CONNECTION }}
CookiesOptions.Issuer: ${{ secrets.COOKIES_ISSUER}}
CookiesOptions.LoginPath: ${{ secrets.COOKIES_LOGINPATH}}
CookiesOptions.LogoutPath: ${{ secrets.COOKIES_LOGOUTPATH}}
Expand Down

0 comments on commit 9a2f2b0

Please sign in to comment.