-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env
40 lines (32 loc) · 1.43 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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=3f028b359f05763e6cf2049cec74579e
###< symfony/framework-bundle ###
###> symfony/mailer ###
MAILER_DSN=smtp://mail.tools.wmflabs.org:25
###< symfony/mailer ###
APP_GOOGLE_KEYFILE=
APP_MAIL_SENDER=tools.wikimedia-ocr@tools.wmflabs.org
APP_LOG_RECIPIENT_1=admin1@example.org
APP_LOG_RECIPIENT_2=admin2@example.org
APP_LOG_SUBJECT="[Wikimedia OCR]"
# Comma-separated list of the host names (without protocols) of where images are stored.
APP_IMAGE_HOSTS=upload.wikimedia.org,upload.wikimedia.beta.wmflabs.org
REDIS_HOST=redis.svc.tools.eqiad1.wikimedia.cloud
APP_CACHE_TTL=3600 # 1 hour
APP_TRANSKRIBUS_USERNAME=
APP_TRANSKRIBUS_PASSWORD=