-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
61 lines (51 loc) · 1.89 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
# This file defines all environment variables that the application needs.
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE.
# Use ".env.local" for local overrides during development.
# Use real environment variables when deploying to production.
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_DEBUG=1
APP_SECRET=67d829bf61dc5f87a73fd814e2c9f629
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# See
# - http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# - http://symfony.com/doc/current/configuration/external_parameters.html#environment-variables
DATABASE_DRIVER=pdo_pgsql
DATABASE_SERVER_VERSION=11.7
DATABASE_HOST=postgres
DATABASE_PORT=5432
DATABASE_USER=postgres
DATABASE_PASSWORD=root
DATABASE_DBNAME=pehapkari_cz
DATABASE_CHARSET=utf8
###< doctrine/doctrine-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 ###
###< Fakturoid ###
FAKTUROID_SLUG=
FAKTUROID_EMAIL=
FAKTUROID_API_KEY=
###> Fakturoid ###
###> sentry/sentry-symfony ###
SENTRY_DSN=
###< sentry/sentry-symfony ###
DEBUG_COOKIE=
###> Twitter ###
# see https://themepacific.com/how-to-generate-api-key-consumer-token-access-key-for-twitter-oauth/994/
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_OAUTH_ACCESS_TOKEN=
TWITTER_OAUTH_ACCESS_TOKEN_SECRET=
###< twitter ###
# get here: https://developers.google.com/youtube/v3/getting-started
YOUTUBE_API_KEY=
###< Twitter ###
###> symfony/mailgun-mailer ###
MAILER_DSN=mailgun://KEY:mail.pehapkari.cz@default
###< symfony/mailgun-mailer ###