Skip to content

Commit

Permalink
Add Grill to cors policy
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Dec 27, 2023
1 parent d67f82a commit 782d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/env.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const reqTimeoutSecs = 60

export const allowedOrigins = [ 'sub.id', 'polkaverse.com', 'subsocial.network' ] // process.env.CORS_ALLOWED_ORIGIN?.split(',').map(x => x.trim()) || ['http://localhost']
export const allowedOrigins = [ 'sub.id', 'polkaverse.com', 'subsocial.network', 'grill.chat' ] // process.env.CORS_ALLOWED_ORIGIN?.split(',').map(x => x.trim()) || ['http://localhost']

export const port = process.env.OFFCHAIN_SERVER_PORT || 3001

Expand Down

0 comments on commit 782d881

Please sign in to comment.