Skip to content
Snippets Groups Projects
Select Git revision
  • 59abbaed6013fa5936e62ecd4f74cf6e98169555
  • master default protected
2 results

.gitignore

Blame
  • .env_default 2.66 KiB
    # In all environments, the following files are loaded if they exist,
    # the latter taking precedence over the former:
    #
    #  * .env                contains default values for the environment variables needed by the app
    #  * .env.local          uncommitted file with local overrides
    #  * .env.$APP_ENV       committed environment-specific defaults
    #  * .env.$APP_ENV.local uncommitted environment-specific overrides
    #
    # Real environment variables win over .env files.
    #
    # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
    #
    # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
    # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
    
    ###> symfony/framework-bundle ###
    APP_ENV=dev
    APP_SECRET=55ba185719845f708d18a2739b07c44a
    ###< symfony/framework-bundle ###
    
    ###> symfony/mailer ###
    # MAILER_DSN=smtp://localhost
    ###< symfony/mailer ###
    
    ###> doctrine/doctrine-bundle ###
    # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
    # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
    #
    # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
    # DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
    DATABASE_URL="mysql://rekallfrwsmember:sm4SyZVPu6wpjZfg@mysql:3306/rekallfrwsmember?serverVersion=5.6&charset=utf8"
    ###< doctrine/doctrine-bundle ###
    # Set the docker-compose to use
    # for production with a traefik frontend
    # docker-compose.yml:traefik.yml
    # for development purposes
    # docker-compose.yml:dev.yml
    COMPOSE_FILE=docker-compose.yml
    # local for development or test, prod for production
    ENV=local
    # error, notice, info or debug
    LOG_LEVEL=debug
    
    # Ports to access front and symfony using dev.yml
    MEMOREKALL_MEMBER_PORT=8081
    # Source path
    
    # Symfony Configuration
    APP_DEBUG=1
    
    # If this fails, replace ${MYSQL_DATABASE:-rekallfrwsmember} by rekallfrwsmember
    # and do the same for the other variables
    MYSQL_DATABASE=rekallfrwsmember
    MYSQL_ROOT_PASSWORD=root
    MYSQL_USER=rekallfrwsmember
    MYSQL_PASSWORD=sm4SyZVPu6wpjZfg
    
    BY_PASS_CODE=ed156b9188ecddf0c556d5712f0a84cc
    
    # Use smtp or mail in production
    MAILER_DSN=null://null
    SYMFONY_SECRET=0f817363a768f111a17d2522b8d7e2d72cf738b1
    MAILER_SENDER=contact@localhost.com
    
    LEGACY_SRC_SHARED=./capsule-prototype
    LEGACY_URL=http://legacy/
    LEGACY_URL_EXTERNAL=http://localhost:8081/legacy/
    # Should be the path part of the above url
    LEGACY_EXTERNAL_PREFIX=/legacy
    
    MEMBER_URL_EXTERNAL=http://localhost:8081/
    FRONT_URL_EXTERNAL=http://localhost:8081/
    LEGACY_PROJECT_DELETION_ENABLED=false