Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Base lexicale BaLex
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lex gaMe
Base lexicale BaLex
Commits
a4a9e2d4
Commit
a4a9e2d4
authored
2 years ago
by
Pierre Fleutot
Browse files
Options
Downloads
Patches
Plain Diff
modif .env ajout paramètres
parent
26745775
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env
+15
-1
15 additions, 1 deletion
.env
with
15 additions
and
1 deletion
.env
+
15
−
1
View file @
a4a9e2d4
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment