Skip to content

Commit a64a593

Browse files
committed
Update vapor.yml
1 parent 0db2c80 commit a64a593

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/vapor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environments:
44
production:
55
gateway-version: 2.0
66
domain: api.hi.events
7-
memory: 1024
7+
memory: 1524
88
cli-memory: 512
99
runtime: 'php-8.3:al2'
1010
warm: 3
@@ -23,15 +23,15 @@ environments:
2323
- 'php artisan migrate --force'
2424
staging:
2525
gateway-version: 2.0
26-
domain: staging.hi.events
26+
domain: staging-api.hi.events
2727
memory: 1024
2828
cli-memory: 512
2929
runtime: 'php-8.3:al2'
3030
warm: 3
3131
cache: hievents-redis-prod
32-
database: hievents-db-staging
32+
database: hievents-db-prod
3333
queue:
34-
- hievents-queue-staging
34+
- hievents-queue-prod
3535
- hievents-webhook-queue-staging
3636
queue-memory: 1024
3737
queue-concurrency: 2

0 commit comments

Comments
 (0)