|
1 | 1 | {
|
2 |
| - "name": "unitn-oj-frontend", |
| 2 | + "name": "unitn-oj-frontend", |
3 | 3 |
|
4 |
| - "compatibility_date": "2024-09-23", |
5 |
| - "compatibility_flags": ["nodejs_compat"], |
| 4 | + "compatibility_date": "2025-09-06", |
| 5 | + "compatibility_flags": ["nodejs_compat"], |
6 | 6 |
|
7 |
| - "pages_build_output_dir": ".svelte-kit/cloudflare", |
| 7 | + "pages_build_output_dir": ".svelte-kit/cloudflare", |
8 | 8 |
|
9 |
| - "dev": { |
10 |
| - "ip": "0.0.0.0", |
11 |
| - "port": 8080, |
12 |
| - "local_protocol": "http" |
13 |
| - }, |
| 9 | + "dev": { |
| 10 | + "ip": "0.0.0.0", |
| 11 | + "port": 8080, |
| 12 | + "local_protocol": "http" |
| 13 | + }, |
14 | 14 |
|
15 |
| - "d1_databases": [ |
16 |
| - { |
17 |
| - "binding": "DB", |
18 |
| - "database_name": "unitn_oj_local", |
19 |
| - "database_id": "LOCAL", |
20 |
| - "migrations_dir": "d1/migrations" |
21 |
| - } |
22 |
| - ], |
| 15 | + "d1_databases": [ |
| 16 | + { |
| 17 | + "binding": "DB", |
| 18 | + "database_name": "unitn_oj_local", |
| 19 | + "database_id": "LOCAL", |
| 20 | + "migrations_dir": "d1/migrations" |
| 21 | + } |
| 22 | + ], |
23 | 23 |
|
24 |
| - "queues": { |
25 |
| - "producers": [ |
26 |
| - { |
27 |
| - "queue": "submissions", |
28 |
| - "binding": "QUEUE_SUBMISSIONS" |
29 |
| - } |
30 |
| - ] |
31 |
| - }, |
32 |
| - |
33 |
| - "vars": { |
34 |
| - "APP_ENV": "dev", |
35 |
| - "AUTH_ALLOWED_DOMAIN": "studenti.unitn.it", |
36 |
| - "AUTH_TOKEN_TTL_SECONDS": "300", |
37 |
| - "AUTH_SESSION_TTL_SECONDS": "604800", |
38 |
| - "AUTH_SESSION_SECRET": "dev-secret" |
39 |
| - } |
| 24 | + "queues": { |
| 25 | + "producers": [ |
| 26 | + { |
| 27 | + "queue": "unitn-oj-submissions-dev", |
| 28 | + "binding": "QUEUE_SUBMISSIONS" |
| 29 | + } |
| 30 | + ] |
| 31 | + } |
40 | 32 | }
|
0 commit comments