Skip to content
Snippets Groups Projects
Select Git revision
  • d55c0657f3cd50aad1d12d6ea955ff1d51bb7834
  • main default
  • 35-cgu
  • 34-peertube-support
  • 27-add-autoplay-to-iframe
  • 33-bug-on-youtube-embed-urls
  • RC-Rekall-v1.1-fix_lpo
  • tuleap-140-go-back-to-my-capsules-page-when-i-m-on-capsule-preview-page
  • RC-Rekall-v1.2-fix10
  • RC-Rekall-v1.2-fix9
  • RC-Rekall-v1.2-fix8
  • RC-Rekall-v1.2-fix7
  • RC-Rekall-v1.2-fix6
  • RC-Rekall-v1.2-fix5
  • RC-Rekall-v1.2-fix4
  • RC-Rekall-v1.2-fix3
  • RC-Rekall-v1.2-fix2
  • RC-Rekall-v1.2-fix1
  • RC-Rekall-v1.1-fix-3
  • RC-Rekall-v1.1-fix-2
  • RC-Rekall-v1.1-fix-1
  • RC-Rekall-v1.1-delivered
  • preprod20220209-1535
23 results

.env_default

Blame
  • .env_default 2.54 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