Commit 5d33daf067c7a25674114b969307fb52d410ec37

Authored by Angel Caceres
1 parent 7f0bfd9e

fix: supporting port in apps

Showing 1 changed file with 1 additions and 0 deletions
@@ -24,4 +24,5 @@ CLIENT_SECRET=3d0f23390356bbd818b037863376bad3c7b80da765bb20d9db80d1275f2afd88 @@ -24,4 +24,5 @@ CLIENT_SECRET=3d0f23390356bbd818b037863376bad3c7b80da765bb20d9db80d1275f2afd88
24 PRIVATE_SECRET=6aa003735b66842cd5ad4ac9fa3e069d12e0665a7518e313306f2b7d24ad2f92 24 PRIVATE_SECRET=6aa003735b66842cd5ad4ac9fa3e069d12e0665a7518e313306f2b7d24ad2f92
25 RATE_LIMIT_INTERVAL=60000 25 RATE_LIMIT_INTERVAL=60000
26 RATE_LIMIT_REQUEST=10 26 RATE_LIMIT_REQUEST=10
  27 +API_PORT=3000
27 ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001 28 ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001
Please register or login to post a comment