forked from opensalt/opensalt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
27 lines (23 loc) · 847 Bytes
/
.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
COMPOSE_PROJECT_NAME=cftf
MYSQL_VERSION=5.7
MYSQL_ROOT_PASSWORD=cftf
MYSQL_DATABASE=cftf
MYSQL_USER=cftf
MYSQL_PASSWORD=cftf
#MYSQL_HOST=db
DB_USE_RDS_CERT=0
###> symfony/framework-bundle ###
APP_ENV=prod
APP_SECRET=17684f6df4f54ddd1499c70e094e6e58f
###< symfony/framework-bundle ###
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$
###< nelmio/cors-bundle ###
###> symfony/mercure-bundle ###
# See https://symfony.com/doc/current/mercure.html#configuration
MERCURE_PUBLISH_URL=http://web/.well-known/mercure
# The default token is signed with the secret key: !ChangeMe!
MERCURE_JWT_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8JVHKxp-f_FwwOim0
#MERCURE_PUBLISHER_JWT_KEY=!ChangeMe!
#MERCURE_SUBSCRIBER_JWT_KEY=!ChangeMe!
###< symfony/mercure-bundle ###