-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
88 lines (74 loc) · 3.13 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# 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.
# https://symfony.com/doc/current/configuration/secrets.html
#
# 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=
###< symfony/framework-bundle ###
###> symfony/mailer ###
MAILER_DSN=smtp://localhost?verify_peer=false
###< 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://app:[email protected]:3306/app?serverVersion=8.0.32&charset=utf8mb4"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=16&charset=utf8"
###< doctrine/doctrine-bundle ###
###> symfony/lock ###
LOCK_DSN=flock
###< symfony/lock ###
APP_SITE_DOMAIN=
APP_SITE_URL=
APP_SITE_NAME=TurboLab.it
APP_TLI1_DB_NAME=
APP_FORUM_DB_NAME=
APP_META_TITLE_SUFFIX=" | TurboLab.it"
APP_HEADLINE="Guide PC, Windows, Linux, Android e Bitcoin"
APP_DESCRIPTION="Siamo il punto di incontro italiano per gli appassionati di computer e informatica. Pubblichiamo ogni giorno tutorial per Windows, Linux, Android e Bitcoin, oltre a guide e consigli pratici per scegliere i migliori PC, portatili e smartphone disponibili sul mercato."
APP_SITE_LOGO_PATH=/images/logo/turbolab.it.png
APP_TWITTER_HANDLE=@TurboLabIt
APP_NEWSLETTER_SUBSCRIPTION_EXPIRE_WARN_MONTHS=9
APP_NEWSLETTER_SUBSCRIPTION_EXPIRE_AFTER_WARN_MONTHS=1
## Telegram
APP_TELEGRAM_ENABLED=true
APP_TELEGRAM_TOKEN=
APP_TELEGRAM_CHANNEL_ID=
APP_TELEGRAM_ERRORS_CHANNEL_ID=
## Facebook
APP_FACEBOOK_ENABLED=true
APP_FACEBOOK_PAGE_TOKEN=
APP_FACEBOOK_PAGE_ID=
## Twitter
APP_TWITTER_ENABLED=true
APP_TWITTER_ID=
APP_TWITTER_API_KEY=
APP_TWITTER_API_SECRET=
APP_TWITTER_ACCESS_TOKEN=
APP_TWITTER_ACCESS_TOKEN_SECRET=
## LinkedIn https://www.linkedin.com/company/turbolabit/
APP_LINKEDIN_ENABLED=true
APP_LINKEDIN_OAUTH_REQUIRED_ROLES=ROLE_ADMIN
APP_LINKEDIN_CLIENT_ID=
APP_LINKEDIN_CLIENT_SECRET=
APP_LINKEDIN_ORGANIZATION_ID=14800860
## YouTube 👀 https://www.youtube.com/c/turbolabit
APP_YOUTUBE_API_KEY=
APP_YOUTUBE_CHANNEL_ID=UCN9OxgJOiWndD0iEjrnXowg
APP_BOUNCE_MAILBOX_HOSTNAME=imap.gmx.com
APP_BOUNCE_MAILBOX_USERNAME=
APP_BOUNCE_MAILBOX_PASSWORD=