Skip to content
Snippets Groups Projects
Select Git revision
  • b56581865d576908d6580ab71417f2b0a1f86bbe
  • master default protected
  • handle-cookies
  • add-docker
4 results

.env

  • .env 442 B
    # ======================================================================
    #
    # GENERATED BY init.sh - template: ./templates/dot_env - e2cde05722688ff85d3a93e9cd55787e
    # values to be used in docker-composer.yml
    #
    # ======================================================================
    
    # ----- application
    APP_NAME=my_new_app
    
    # uid of www-data in the docker container
    DOCKER_USER_UID=33
    
    APP_PORT=8008
    WEBROOT=/var/www/my_new_app/public_html