forked from pumukit/PuMuKIT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
154 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
# 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 | ||
PUMUKIT_BASE_VERSION=migration_sf4 | ||
RUN_INIT_COMMANDS=false | ||
|
||
###> doctrine/mongodb-odm-bundle ### | ||
MONGODB_URL=mongodb://db:27017 | ||
MONGODB_DB=pumukit | ||
WAIT_HOSTS=db:27017 | ||
###< doctrine/mongodb-odm-bundle ### | ||
|
||
###> symfony/swiftmailer-bundle ### | ||
# For Gmail as a transport, use="gmail://username:password@localhost" | ||
# For a generic SMTP server, use="smtp://localhost:25?encryption=&auth_mode=" | ||
# Delivery is disabled by default via "null://localhost" | ||
MAILER_URL=null://localhost | ||
###< symfony/swiftmailer-bundle ### | ||
|
||
###> symfony/framework-bundle ### | ||
APP_ENV=dev | ||
APP_SECRET=!ChangeMe! | ||
TRUSTED_PROXIES=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 | ||
#https://github.com/symfony/symfony/issues/29609 | ||
TRUSTED_HOSTS=localhost|api|h2-proxy | ||
###< symfony/framework-bundle ### | ||
|
||
###> php-fpm ### | ||
PHP_UPLOAD_TMP_DIR=/tmp | ||
PHP_MEMORY_LIMIT=512M | ||
PHP_UPLOAD_MAX_FILESIZE=10G | ||
PHP_DEFAULT_LOCALE=es | ||
PHP_DEFAULT_CHARSET=UTF-8 | ||
###> php-fpm ### | ||
|
||
###> pumukit ### | ||
PUMUKIT_USER=admin | ||
PUMUKIT_PASS=admin | ||
[email protected] | ||
# Recomended values true or false other values won't be recognized | ||
AUTOCREATE_PUMUKIT_USER=true | ||
PUMUKIT_PRIMARY_COLOR=#c05800 | ||
PUMUKIT_FONT_COLOR=#ffffff | ||
PUMUKIT_MONGODB_SERVER='mongodb://localhost:27017' | ||
PUMUKIT_MONGODB_DATABASE=pumukit | ||
PUMUKIT_MAILER_TRANSPORT=smtp | ||
PUMUKIT_MAILER_HOST=127.0.0.1 | ||
PUMUKIT_MAILER_USER=null | ||
PUMUKIT_MAILER_PASSWORD=null | ||
PUMUKIT_LOCALE=en | ||
PUMUKIT_SECRET=ThisTokenIsNotSoSecretChangeIt | ||
PUMUKIT_TITLE=UPumukitTV | ||
PUMUKIT_DESCRIPTION='Pumukit University TV Website' | ||
PUMUKIT_KEYWORDS='webtv, Tv, Pumukit University, pumukit' | ||
[email protected] | ||
PUMUKIT_LOGO=/bundles/pumukitwebtv/images/webtv/pumukit_logo.png | ||
PUMUKIT_LOCALES=["en", "es", "gl", "eu", "ca", "fr", "zh-TW", "zh-CN"] | ||
PUMUKIT_HOST='localhost' | ||
PUMUKIT_SCHEME='https' | ||
|
||
PUMUKIT_PUBLIC_DIR='%kernel.project_dir%/public/' | ||
PUMUKIT_STORAGE_DIR='%kernel.project_dir%/public/storage' | ||
PUMUKIT_INBOX='%kernel.project_dir%/public/storage/inbox' | ||
PUMUKIT_TMP='%kernel.project_dir%/public/storage/tmp' | ||
PUMUKIT_DOWNLOADS='%kernel.project_dir%/public/storage/downloads' | ||
PUMUKIT_MASTERS='%kernel.project_dir%/public/storage/masters' | ||
|
||
PUMUKIT_UPLOADS_URL=/uploads | ||
PUMUKIT_UPLOADS_DIR='%kernel.project_dir%/public/uploads' | ||
PUMUKIT_UPLOADS_MATERIAL_DIR='%kernel.project_dir%/public/uploads/material' | ||
PUMUKIT_UPLOADS_PIC_DIR='%kernel.project_dir%/public/uploads/pic' | ||
PUMUKIT_DELETE_ON_DISK=true | ||
###< pumukit ### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters