Skip to content

Commit

Permalink
fix: change cookie domain for security
Browse files Browse the repository at this point in the history
`#` changed(localhost -> domain)
  • Loading branch information
laigasus committed Apr 27, 2024
1 parent 2388075 commit 4bf0811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ server:
servlet:
session:
cookie:
domain: blisgo.up.railway.app
domain: ${DOMAIN}

0 comments on commit 4bf0811

Please sign in to comment.