github.com/symfony-cli/symfony-cli@v0.0.0-20240514161054-ece2df437dfa/envs/testdata/project/.platform.app.yaml (about)

     1  name: security
     2  
     3  type: 'php:7.1'
     4  
     5  relationships:
     6      database: "securitydb:postgresql"
     7      security-server: "security-server:http"
     8  
     9  web:
    10      locations:
    11          '/':
    12              root: 'public'
    13              passthru: '/index.php'
    14              expires: 1d
    15  
    16  disk: 256
    17  
    18  mounts:
    19      '/var': 'shared:files/var'