-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env
62 lines (56 loc) · 2.37 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
# 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
APP_URL="http://127.0.0.1:8000/"
APP_NAME='HCD - Posadas'
APP_COLOR="17a867"
APP_VERSION='Master'
ID_USUARIO_PRESIDENTE=1
CIUDAD_NAME="Posadas"
#CIUDAD_NAME="Posadas"
NODE_HOST="localhost"
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_SCHEME=tcp
EMAIL_FROM='sistemas@hcdposadas.gob.ar'
EMAIL_FROM_NAME='Sistemas HCD Posadas'
HAY_QUORUM=7 #con mas de este numero
TOTAL_CONCEJALES=14
ENCORE_PUBLIC_PATH='/build'
CARGO_PRESIDENTE=23
CARGO_CONCEJAL=24
CARGO_DEFENSOR=25
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=4093abacd5fa6a124103dc3a6028ee4d
#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 ###
###> symfony/mailer ###
MAILER_DSN=smtp://localhost
###< 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
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
DATABASE_URL=postgresql://postgres:admin@127.0.0.1:5432/postgres?serverVersion=9.5
###< doctrine/doctrine-bundle ###
###> knplabs/knp-snappy-bundle ###
WKHTMLTOPDF_PATH=/usr/local/bin/wkhtmltopdf
###< knplabs/knp-snappy-bundle ###
###> symfony/google-mailer ###
# Gmail SHOULD NOT be used on production, use it in development only.
# MAILER_DSN=gmail://USERNAME:PASSWORD@default
###< symfony/google-mailer ###