-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.dist
39 lines (35 loc) · 1.67 KB
/
.env.dist
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
# 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=yourAppSuperSecretKey
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
#TRUSTED_HOSTS='^(localhost|example\.com)$'
###< symfony/framework-bundle ###
ROOT_URL=https://service.berlin.de/terminvereinbarung/termin
FULL_URL=${ROOT_URL}/tag.php?termin=1&anliegen[]=120686&dienstleisterlist=122210,122217,122219,122227,122231,122243,122252,122260,122262,122254,122271,122273,122277,122291,122285,122286,122296,150230,122301,122297,122294,122312,122314,122304,122311,122309,122281,122279,122276,122274,122267,122246,122251,122257,122208,122226&herkunft=http%3A%2F%2Fservice.berlin.de%2Fdienstleistung%2F120686%2F
###> aws/aws-sdk-php-symfony ###
AWS_KEY=yourAwsKey
AWS_SECRET=yourAwsSecret
AWS_SNS_TOPIC=topic
###< aws/aws-sdk-php-symfony ###
###> IFTTT
IFTTT_WEBHOOK_ENABLED=0
WEBHOOK_KEY=
WEBHOOK_EVENT_NAME=
###< IFTTT
###> Execution ###
WAIT_TIME=300
###< Execution ###