{
    "name": "C4rg0 Application",
    "description": "C4rg0 Application.",
    "keywords": [
        "php",
        "symfony"
    ],
    "website": "https://symfony.com/download",
    "repository": "https://github.com/symfony/symfony-demo",
    "logo": "https://symfony.com/images/v5/pictos/demoapp.svg?v=4",
    "success_url": "/",
    "scripts": {
        "postdeploy": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n",
        "test-setup": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n",
        "test": "phpunit"
    },
    "env": {
        "APP_ENV": {
            "value": "prod",
            "description": "If you want to use the Symfony `dev` environment in the deployed application, you must move the necessary dependencies (like SensioGeneratorBundle) from `require-dev` to `require`. This will introduce security issues because development tools like the WebProfiler reveal sensitive information."
        },
        "APP_DEBUG": {
            "value": "0"
        },
        "APP_SECRET": {
            "description": "Extra entropy for %kernel.secret%; used for CSRF tokens, cookies and signed URLs.",
            "generator": "secret"
        },
        "MAILER_URL": {
            "value": "null://localhost",
            "description": "A DSN-like configuration string for the mail server. See https://symfony.com/doc/current/reference/configuration/swiftmailer.html#url"
        },
        "SYMFONY_LOG": "php://stderr"
    },
    "addons": [
        "heroku-postgresql"
    ],
    "image": "heroku/php"
}