Skip to content
Snippets Groups Projects
Commit a4a9e2d4 authored by Pierre Fleutot's avatar Pierre Fleutot
Browse files

modif .env ajout paramètres

parent 26745775
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0 ...@@ -33,6 +33,7 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
DATABASE_URL=mysql://root:@127.0.0.1:3306/balex DATABASE_URL=mysql://root:@127.0.0.1:3306/balex
###< doctrine/doctrine-bundle ### ###< doctrine/doctrine-bundle ###
###> symfony/messenger ### ###> symfony/messenger ###
# Choose one of the transports below # Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=doctrine://default # MESSENGER_TRANSPORT_DSN=doctrine://default
...@@ -50,4 +51,17 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$' ...@@ -50,4 +51,17 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ### ###< nelmio/cors-bundle ###
###> app ### ###> app ###
ENTRY_APPROVAL_NB=7 ENTRY_APPROVAL_NB=7
\ No newline at end of file VOTE_APPROVAL_NB=7
COMPLETE_DELETE_LABEL_DAYS_DELAY=45
WIKSTRAKTOR_COMMAND='python C:\wamp64\www\balex\src\Wikstraktor\wikstraktor.py'
MONOLOG_ERROR_MAIL_FROM=babalex@lezinter.net
MONOLOG_ERROR_MAIL_TO=fleutotp@gmail.com
###> league/oauth2-server-bundle ###
OAUTH_PRIVATE_KEY=/var/keys/private.key
OAUTH_PUBLIC_KEY=/var/keys/public.key
OAUTH_PASSPHRASE=4591f36607e55c6ed59978e0bc908025
OAUTH_ENCRYPTION_KEY=3ceb6fc20b0545148d558b9203dd7488
###< league/oauth2-server-bundle ###
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment