Skip to content
Snippets Groups Projects
Select Git revision
  • 737797478c8768c0c910cb71d2ca6ef28ed46c2a
  • mui5-annotation-on-video-stable default
  • get_setter_canvasSizeInformations
  • fix-error-div-into-p
  • annotation-on-video-v2
  • detached
  • annotation-on-video-r17
  • mui5
  • mui5-react-18
  • jacob-test
  • annotation-on-video protected
  • master
  • test-antoinev1
  • 20-fetch-thumbnail-on-annotation
  • add-research-field
  • Save
  • add-plugin
  • 14-wip-no-seek-to
  • 14-bug-on-video-time-control
  • 9_wip_videotests
  • _upgrade_material_ui
  • latest-tetras-16
  • v3.3.0
  • v3.2.0
  • v3.1.1
  • v3.1.0
  • v3.0.0
  • v3.0.0-rc.7
  • v3.0.0-rc.6
  • v3.0.0-rc.5
  • v3.0.0-rc.4
  • v3.0.0-rc.3
  • v3.0.0-rc.2
  • v3.0.0-rc.1
  • v3.0.0-beta.10
  • v3.0.0-beta.9
  • v3.0.0-beta.8
  • v3.0.0-beta.7
  • v3.0.0-beta.6
  • v3.0.0-beta.5
  • v3.0.0-beta.3
41 results

README.md

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