-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
31 lines (28 loc) · 1.35 KB
/
.env.template
File metadata and controls
31 lines (28 loc) · 1.35 KB
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
# 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=f1dc7cc6808dffb160a734a9d31e0410
###< symfony/framework-bundle ###
PID_KEY=
PID_URL=https://api.golemio.cz
###> doctrine/doctrine-bundle ###
# Override DATABASE_URL in .env.local for real deployments.
# MySQL: mysql://user:pass@127.0.0.1:3306/dbname?serverVersion=8.0
# Postgres: postgresql://user:pass@127.0.0.1:5432/dbname?serverVersion=15
# SQLite: sqlite:///%kernel.project_dir%/var/data.db
DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
###< doctrine/doctrine-bundle ###