-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
31 lines (26 loc) · 903 Bytes
/
.env
File metadata and controls
31 lines (26 loc) · 903 Bytes
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
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=changeThisToASecureSecret
###< symfony/framework-bundle ###
###> project config ###
PROJECT_NAME=generateu
APP_DOMAIN=localhost:8081
DEFAULT_URI=http://localhost:8081
ADMIN_EMAIL=admin@example.com
###< project config ###
###> doctrine/doctrine-bundle ###
DATABASE_URL="postgresql://app:app@database:5432/app?serverVersion=16&charset=utf8"
###< doctrine/doctrine-bundle ###
###> symfony/mailer ###
MAILER_DSN=smtp://mailpit:1025
###< symfony/mailer ###
###> symfony/mercure-bundle ###
MERCURE_URL=http://localhost:8080/.well-known/mercure
MERCURE_PUBLIC_URL=http://localhost:8080/.well-known/mercure
MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!"
###< symfony/mercure-bundle ###
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=flock
###< symfony/lock ###