|
| 1 | +{ |
| 2 | + "port": 7077, |
| 3 | + "autoprovision": [ |
| 4 | + { |
| 5 | + "app_id": "sandbox:com.ficture.ficturebeta", |
| 6 | + "cert": "/Users/sam/dev/ficture/push_certs/development-com.ficture.ficturebeta.pem", |
| 7 | + "environment": "sandbox", |
| 8 | + "timeout": 15 |
| 9 | + }, |
| 10 | + { |
| 11 | + "app_id": "production:com.ficture.ficturebeta", |
| 12 | + "cert": "/Users/sam/dev/ficture/push_certs/production-com.ficture.ficturebeta.pem", |
| 13 | + "environment": "production", |
| 14 | + "timeout": 15 |
| 15 | + }, |
| 16 | + { |
| 17 | + "app_id": "sandbox:com.ficture.ficturebeta2", |
| 18 | + "cert": "/Users/sam/dev/ficture/push_certs/development-com.ficture.ficturebeta2.pem", |
| 19 | + "environment": "sandbox", |
| 20 | + "timeout": 15 |
| 21 | + }, |
| 22 | + { |
| 23 | + "app_id": "production:com.ficture.ficturebeta2", |
| 24 | + "cert": "/Users/sam/dev/ficture/push_certs/production-com.ficture.ficturebeta2.pem", |
| 25 | + "environment": "production", |
| 26 | + "timeout": 15 |
| 27 | + }, |
| 28 | + { |
| 29 | + "app_id": "sandbox:com.ficture.ficturebeta3", |
| 30 | + "cert": "/Users/sam/dev/ficture/push_certs/development-com.ficture.ficturebeta3.pem", |
| 31 | + "environment": "sandbox", |
| 32 | + "timeout": 15 |
| 33 | + }, |
| 34 | + { |
| 35 | + "app_id": "production:com.ficture.ficturebeta3", |
| 36 | + "cert": "/Users/sam/dev/ficture/push_certs/production-com.ficture.ficturebeta3.pem", |
| 37 | + "environment": "production", |
| 38 | + "timeout": 15 |
| 39 | + } |
| 40 | + ] |
| 41 | +} |
0 commit comments