-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
16 lines (15 loc) · 767 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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_SECRET=4083d59f6ca0125492b3955bae2ba135
BOT_PROXY=http://wformps%40gmail.com:resident99@us-atl.privatevpn.com:8080
TELEGRAM_TOKEN=000000000:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
TELEGRAM_REQUEST_DIR=telegram/requet
TELEGRAM_RESPONSE_DIR=telegram/response
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS='^localhost|example\.com$'
###< symfony/framework-bundle ###